From: Chris Lattner Date: Wed, 4 Aug 2004 00:18:37 +0000 (+0000) Subject: The Type* is redundant with the TypeSlot X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=064e9a9ef8e995ab986e0500e603612deac5bd2f;p=oota-llvm.git The Type* is redundant with the TypeSlot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15451 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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