diff options
Diffstat (limited to 'llvm/lib/Bytecode/Writer/SlotCalculator.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/SlotCalculator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotCalculator.h b/llvm/lib/Bytecode/Writer/SlotCalculator.h index 9223fb71f42..a8e22103403 100644 --- a/llvm/lib/Bytecode/Writer/SlotCalculator.h +++ b/llvm/lib/Bytecode/Writer/SlotCalculator.h @@ -107,9 +107,6 @@ private: void CreateSlotIfNeeded(const Value *V); unsigned getOrCreateTypeSlot(const Type *T); - // doInsertValue - Small helper function to be called only be insertVal. - unsigned doInsertType(const Type *T); - // processModule - Process all of the module level function declarations and // types that are available. // |