Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index 5d27f5ddc8d17be2cf7adae7fedf6283697752cd..cce9492819f68cd93b2e26daee4ab2b95dc3d395 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -41,7 +41,6 @@ |
namespace Ice { |
-class ClFlags; |
class ConstantPool; |
class EmitterWorkItem; |
class FuncSigType; |
@@ -273,8 +272,6 @@ public: |
JumpTableData &addJumpTable(GlobalString FuncName, SizeT Id, |
const JumpTableData::TargetList &TargetList); |
- static const ClFlags &getFlags() { return Flags; } |
- |
/// Allocate data of type T using the global allocator. We allow entities |
/// allocated from this global allocator to be either trivially or |
/// non-trivially destructible. We optimize the case when T is trivially |
@@ -460,8 +457,6 @@ public: |
static bool matchSymbolName(const GlobalString &SymbolName, |
const std::string &Match); |
- static ClFlags Flags; |
- |
/// DisposeGlobalVariablesAfterLowering controls whether the memory used by |
/// GlobaleVariables can be reclaimed right after they have been lowered. |
/// @{ |