From 1ab17ed57e388450a2fb4465c69894353b9caa40 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 28 May 2012 18:23:36 +0000 Subject: Remove unused variable. llvm-svn: 157586 --- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp') diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 0e78dce6afe6..e58af0eae215 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -2254,8 +2254,6 @@ bool BitcodeReader::ParseFunctionBody(Function *F) { APInt High = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), ValueBitWidth); - IntItemConstantIntImpl HighImpl = - cast(ConstantInt::get(OpTy, High)); CaseBuilder.add(IntItem::fromType(OpTy, Low), IntItem::fromType(OpTy, High)); -- cgit v1.2.3