diff --git a/clang/lib/Interpreter/Interpreter.cpp b/clang/lib/Interpreter/Interpreter.cpp index 28c6c4f4e80f81..02b3025297b671 100644 --- a/clang/lib/Interpreter/Interpreter.cpp +++ b/clang/lib/Interpreter/Interpreter.cpp @@ -144,7 +144,6 @@ IncrementalCompilerBuilder::create(std::vector &ClangArgv) { // driver to construct. ClangArgv.push_back("<<< inputs >>>"); - CompilerInvocation Invocation; // Buffer diagnostics from argument parsing so that we can output them using a // well formed diagnostic object. IntrusiveRefCntPtr DiagID(new DiagnosticIDs());