From: Timm Bäder Date: Fri, 4 Nov 2022 10:55:18 +0000 (+0100) Subject: [clang][Interp][NFC] Remove an unused include X-Git-Tag: upstream/17.0.6~28381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27f5f33c81d9e253dd5caa31898baf9738a8b068;p=platform%2Fupstream%2Fllvm.git [clang][Interp][NFC] Remove an unused include And an unnecessary private marker. --- 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.