From f8ca6e9283dd0273918fb5914f0bd72e996aaa8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 1 May 2025 06:36:37 +0200 Subject: [PATCH] [clang][bytecode][NFC] Remove unused Context::getStack() --- clang/lib/AST/ByteCode/Context.h | 2 -- 1 file changed, 2 deletions(-) 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.