diff --git a/clang/lib/AST/ByteCode/Context.h b/clang/lib/AST/ByteCode/Context.h index 5a39f40ef3f11..283be6c4c74f1 100644 --- a/clang/lib/AST/ByteCode/Context.h +++ b/clang/lib/AST/ByteCode/Context.h @@ -63,8 +63,6 @@ class Context final { ASTContext &getASTContext() const { return Ctx; } /// Returns the language options. const LangOptions &getLangOpts() const; - /// Returns the interpreter stack. - InterpStack &getStack() { return Stk; } /// Returns CHAR_BIT. unsigned getCharBit() const; /// Return the floating-point semantics for T.