From 09bd0257623e115f06ccc4b732f30418c879ee19 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Sep 2003 18:04:16 +0000 Subject: Remove a gross hack that was there to support bytecode files that are over a year old. If you still have these suckers laying around, you have GOT to rebuild them. geeze. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8395 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/ReaderInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bytecode/Reader/ReaderInternals.h') diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index 9044c0f6c5..a64794a701 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h @@ -137,7 +137,7 @@ private: bool ParseBasicBlock (const unsigned char *&Buf, const unsigned char *End, BasicBlock *&); bool ParseInstruction (const unsigned char *&Buf, const unsigned char *End, - Instruction *&, BasicBlock *BB /*HACK*/); + Instruction *&); bool ParseRawInst (const unsigned char *&Buf, const unsigned char *End, RawInst &); -- cgit v1.2.3