aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/SlotCalculator.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Writer/SlotCalculator.h')
-rw-r--r--lib/Bytecode/Writer/SlotCalculator.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h
index a57b202a8a..5fc15baace 100644
--- a/lib/Bytecode/Writer/SlotCalculator.h
+++ b/lib/Bytecode/Writer/SlotCalculator.h
@@ -111,12 +111,6 @@ private:
int getOrCreateSlot(const Value *V);
unsigned getOrCreateTypeSlot(const Type *T);
- // insertValue - Insert a value into the value table... Return the
- // slot that it occupies, or -1 if the declaration is to be ignored
- // because of the IgnoreNamedNodes flag.
- //
- unsigned insertType(const Type *T);
-
// doInsertValue - Small helper function to be called only be insertVal.
unsigned doInsertType(const Type *T);