[clang] 675ed4c - [NFC][Interpreter] Remove unused CompilerInvocation

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 14 15:18:10 PDT 2021


Author: Arthur Eubanks
Date: 2021-10-14T15:17:49-07:00
New Revision: 675ed4c82df6bb53536270d900843a985ef9036e

URL: https://github.com/llvm/llvm-project/commit/675ed4c82df6bb53536270d900843a985ef9036e
DIFF: https://github.com/llvm/llvm-project/commit/675ed4c82df6bb53536270d900843a985ef9036e.diff

LOG: [NFC][Interpreter] Remove unused CompilerInvocation

Added: 
    

Modified: 
    clang/lib/Interpreter/Interpreter.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Interpreter/Interpreter.cpp b/clang/lib/Interpreter/Interpreter.cpp
index 28c6c4f4e80f8..02b3025297b67 100644
--- a/clang/lib/Interpreter/Interpreter.cpp
+++ b/clang/lib/Interpreter/Interpreter.cpp
@@ -144,7 +144,6 @@ IncrementalCompilerBuilder::create(std::vector<const char *> &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<DiagnosticIDs> DiagID(new DiagnosticIDs());


        


More information about the cfe-commits mailing list