diff options
Diffstat (limited to 'lib/Bytecode/Writer/SlotCalculator.h')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 8837a6013e..9a0aee93ef 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -57,11 +57,6 @@ class SlotCalculator { std::vector<unsigned> ModuleLevel; unsigned ModuleTypeLevel; - /// ModuleContainsAllFunctionConstants - This flag is set to true if all - /// function constants are incorporated into the module constant table. This - /// is only possible if building information for a bytecode file. - bool ModuleContainsAllFunctionConstants; - SlotCalculator(const SlotCalculator &); // DO NOT IMPLEMENT void operator=(const SlotCalculator &); // DO NOT IMPLEMENT public: |