[clang][Interp][NFC] Remove an unused include
authorTimm Bäder <tbaeder@redhat.com>
Fri, 4 Nov 2022 10:55:18 +0000 (11:55 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Mon, 7 Nov 2022 05:34:22 +0000 (06:34 +0100)
And an unnecessary private marker.

clang/lib/AST/Interp/Context.h

index 96e93db..feb809b 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "InterpStack.h"
 #include "clang/AST/APValue.h"
-#include "llvm/ADT/PointerIntPair.h"
 
 namespace clang {
 class ASTContext;
@@ -69,7 +68,6 @@ private:
   /// Checks a result from the interpreter.
   bool Check(State &Parent, llvm::Expected<bool> &&R);
 
-private:
   /// Current compilation context.
   ASTContext &Ctx;
   /// Interpreter stack, shared across invocations.