Skip to content

Commit a14d23f

Browse files
tbaederrGeorgeARM
authored andcommitted
[clang][bytecode][NFC] Remove unused Context::getStack() (llvm#138079)
1 parent bc16960 commit a14d23f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/ByteCode/Context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class Context final {
6363
ASTContext &getASTContext() const { return Ctx; }
6464
/// Returns the language options.
6565
const LangOptions &getLangOpts() const;
66-
/// Returns the interpreter stack.
67-
InterpStack &getStack() { return Stk; }
6866
/// Returns CHAR_BIT.
6967
unsigned getCharBit() const;
7068
/// Return the floating-point semantics for T.

0 commit comments

Comments
 (0)