From c4736349a590d5ca66838702ec297953f85ead60 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Fri, 18 Sep 2015 19:38:53 +0000 Subject: [PATCH] Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC) These are meant to be part of the follow on patch I am sending for review shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248023 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bitcode/LLVMBitCodes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index ceb1528dc5d..4b2ee513e50 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -43,9 +43,6 @@ namespace bitc { TYPE_BLOCK_ID_NEW, USELIST_BLOCK_ID, - - MODULE_STRTAB_BLOCK_ID, - FUNCTION_SUMMARY_BLOCK_ID }; -- 2.34.1