From 2089c03675c66b3e71862aec188d5251aa48b994 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Dec 2003 05:40:37 +0000 Subject: [PATCH] Remove unused enum value llvm-svn: 10279 --- include/llvm/Bytecode/Format.h | 1 - 1 file changed, 1 deletion(-) 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