We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca6983 commit f05efd0Copy full SHA for f05efd0
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
@@ -625,10 +625,6 @@ ClangExpressionParser::ClangExpressionParser(
625
// Make sure clang uses the same VFS as LLDB.
626
m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem());
627
628
- std::string abi;
629
- ArchSpec target_arch;
630
- target_arch = target_sp->GetArchitecture();
631
-
632
// 2. Configure the compiler with a set of default options that are
633
// appropriate for most situations.
634
SetupTargetOpts(*m_compiler, *target_sp);
0 commit comments