Skip to content

Commit 8da0e47

Browse files
Michael137adrian-prantl
authored andcommitted
[lldb][ClangExpressionParser][NFC] Remove unused local vars
These got removed in `d6cbcf93b227befaad00957a56acd63c837c26ff` but mistakenly added back when rebasing `12e3a06cb7615fbd91031420f3dec2a85d7877d6` (cherry picked from commit f05efd0)
1 parent 8ebef80 commit 8da0e47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@ ClangExpressionParser::ClangExpressionParser(
625625
// Make sure clang uses the same VFS as LLDB.
626626
m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem());
627627

628-
std::string abi;
629-
ArchSpec target_arch;
630-
target_arch = target_sp->GetArchitecture();
631-
632628
// 2. Configure the compiler with a set of default options that are
633629
// appropriate for most situations.
634630
SetupTargetOpts(*m_compiler, *target_sp);

0 commit comments

Comments
 (0)