Skip to content

Commit d8f808b

Browse files
remove unused variable
1 parent e28a9e6 commit d8f808b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@ static void SetupLangOpts(CompilerInstance &compiler,
662662

663663
static void SetupImportStdModuleLangOpts(CompilerInstance &compiler,
664664
lldb_private::Target &target) {
665-
Log *log = GetLog(LLDBLog::Expressions);
666665
LangOptions &lang_opts = compiler.getLangOpts();
667666
lang_opts.Modules = true;
668667
// We want to implicitly build modules.

0 commit comments

Comments
 (0)