]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove a few dead assignments.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 24 Dec 2014 12:38:52 +0000 (12:38 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 24 Dec 2014 12:38:52 +0000 (12:38 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@3045

VEX/priv/guest_amd64_toIR.c

index 2df860a0dd2717c3c2b0cc056a730abfa2be8757..70116685645274299c93ba5da79eb48442147650 100644 (file)
@@ -31153,7 +31153,7 @@ DisResult disInstr_AMD64_WRK (
              Bool         sigill_diag
           )
 {
-   IRTemp    t1, t2, t3, t4, t5, t6;
+   IRTemp    t1, t2;
    UChar     pre;
    Int       n, n_prefixes;
    DisResult dres;
@@ -31186,7 +31186,7 @@ DisResult disInstr_AMD64_WRK (
    vassert(guest_RIP_next_assumed == 0);
    vassert(guest_RIP_next_mustcheck == False);
 
-   t1 = t2 = t3 = t4 = t5 = t6 = IRTemp_INVALID; 
+   t1 = t2 = IRTemp_INVALID; 
 
    DIP("\t0x%llx:  ", guest_RIP_bbstart+delta);