]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unneeded variable.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 25 Sep 2014 20:33:50 +0000 (20:33 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 25 Sep 2014 20:33:50 +0000 (20:33 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2961

VEX/priv/host_s390_defs.c

index 9b18f465078769919fde6dcbd1168b77ea48066b..dce27f9b0879eabf6b2356beff1b27fa9114e361 100644 (file)
@@ -8727,7 +8727,6 @@ s390_insn_helper_call_emit(UChar *buf, const s390_insn *insn)
    s390_cc_t cond;
    ULong target;
    UChar *ptmp = buf;
-   UChar *bufIN = buf;
    s390_helper_call *helper_call = insn->variant.helper_call.details;
 
    cond = helper_call->cond;
@@ -8741,7 +8740,7 @@ s390_insn_helper_call_emit(UChar *buf, const s390_insn *insn)
          register(s) in the case where the call doesn't happen.  If
          this ever becomes necessary, maybe copy code from the ARM
          equivalent.  Until that day, just give up. */
-      return bufIN; /* To denote failure. */
+      return buf; /* To denote failure. */
    }
 
    if (cond != S390_CC_ALWAYS) {