Remove stray variable
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 10 Jun 2008 01:47:17 +0000 (01:47 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 10 Jun 2008 01:47:17 +0000 (01:47 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4725 c046a42c-6fe2-441c-8c8c-71466251a162

tcg/ppc/tcg-target.c

index 0fd8e4b..f27f096 100644 (file)
@@ -801,7 +801,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
 
 void tcg_target_qemu_prologue (TCGContext *s)
 {
-    int i, j, frame_size;
+    int i, frame_size;
 
     frame_size = 0
         + 4                     /* back chain */