From d540e2c9956a7fca733af7db6e3bbcb29aedbb4f 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10279 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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