diff options
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index e8fead76bb..9d5d2240af 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -15,9 +15,6 @@ class Value; class Module; class Function; -class MethodArgument; -class BasicBlock; -class Instruction; class SlotCalculator { const Module *TheModule; |