From 27f5f33c81d9e253dd5caa31898baf9738a8b068 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 4 Nov 2022 11:55:18 +0100 Subject: [PATCH] [clang][Interp][NFC] Remove an unused include And an unnecessary private marker. --- clang/lib/AST/Interp/Context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/lib/AST/Interp/Context.h b/clang/lib/AST/Interp/Context.h index 96e93db..feb809b 100644 --- a/clang/lib/AST/Interp/Context.h +++ b/clang/lib/AST/Interp/Context.h @@ -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 &&R); -private: /// Current compilation context. ASTContext &Ctx; /// Interpreter stack, shared across invocations. -- 2.7.4