From 21280e48c07422a43bf8e7d095bdfaf0c7012bd5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 28 May 2012 18:23:36 +0000 Subject: Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157586 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bitcode/Reader/BitcodeReader.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Bitcode') diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp index 0e78dce6af..e58af0eae2 100644 --- a/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/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