From 064e9a9ef8e995ab986e0500e603612deac5bd2f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 4 Aug 2004 00:18:37 +0000 Subject: [PATCH] The Type* is redundant with the TypeSlot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15451 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/BytecodeHandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index 1de9c58831e..687bf806e0e 100644 --- a/include/llvm/Bytecode/BytecodeHandler.h +++ b/include/llvm/Bytecode/BytecodeHandler.h @@ -158,8 +158,7 @@ public: virtual void handleCompactionTableValue( unsigned i, ///< Index in the compaction table's type plane unsigned TypSlot, ///< The slot (plane) of the type of this value - unsigned ValSlot, ///< The global value slot of the value - const Type* ///< The resolved type of the value. + unsigned ValSlot ///< The global value slot of the value ) {} /// @brief Handle end of a compaction table