From: Chris Lattner Date: Mon, 1 Dec 2003 05:40:37 +0000 (+0000) Subject: Remove unused enum value X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d540e2c9956a7fca733af7db6e3bbcb29aedbb4f;p=oota-llvm.git Remove unused enum value git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h index 380f4df0ab4..417c743bec5 100644 --- a/include/llvm/Bytecode/Format.h +++ b/include/llvm/Bytecode/Format.h @@ -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