From: Dale Johannesen Date: Mon, 30 Apr 2007 00:30:48 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=23c968478ea7e9e06eb322b8042711266a3b95db;p=oota-llvm.git remove unused variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36585 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMTargetAsmInfo.cpp b/lib/Target/ARM/ARMTargetAsmInfo.cpp index b4b4da1826c..5fa3ced52ad 100644 --- a/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -112,7 +112,6 @@ unsigned ARMTargetAsmInfo::getInlineAsmLength(const char *Str) const { atInsnStart = false; if (isThumb) { // BL and BLX are 4 bytes, all others 2. - const char*p = Str; if ((*Str=='b' || *Str=='B') && (*(Str+1)=='l' || *(Str+1)=='L')) { if (*(Str+2)=='x' || *(Str+2)=='X') {