[clang] 4acfd83 - [clang][bytecode][NFC] Remove unused Context::getStack() (#138079)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 30 22:09:32 PDT 2025
Author: Timm Baeder
Date: 2025-05-01T07:09:29+02:00
New Revision: 4acfd83ee492ba238c4082a5467a5a8e92d45102
URL: https://github.com/llvm/llvm-project/commit/4acfd83ee492ba238c4082a5467a5a8e92d45102
DIFF: https://github.com/llvm/llvm-project/commit/4acfd83ee492ba238c4082a5467a5a8e92d45102.diff
LOG: [clang][bytecode][NFC] Remove unused Context::getStack() (#138079)
Added:
Modified:
clang/lib/AST/ByteCode/Context.h
Removed:
################################################################################
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.
More information about the cfe-commits
mailing list