Remove unused enum value
authorChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2003 05:40:37 +0000 (05:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2003 05:40:37 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10279 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Format.h

index 380f4df0ab44f2affd4d19e0227bafbbdf4cbd18..417c743bec50dca0e6a605c29ba5aaa74311a6ca 100644 (file)
@@ -34,7 +34,6 @@ public:
     GlobalTypePlane,
 
     // Function subtypes:
-    MethodInfo = 0x21,
     // Can also have ConstantPool block
     // Can also have SymbolTable block
     BasicBlock = 0x31,        // May contain many basic blocks