diff options
-rw-r--r-- | clang/lib/AST/ByteCode/Context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/ByteCode/Context.h b/clang/lib/AST/ByteCode/Context.h index 5a39f40..283be6c 100644 --- a/clang/lib/AST/ByteCode/Context.h +++ b/clang/lib/AST/ByteCode/Context.h @@ -63,8 +63,6 @@ public: 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. |