]> Git Repo - qemu.git/commitdiff
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 0fd8e4b87e2f13161fd102e0fa42be76deb94add..f27f096ed490a33d1b31e87404d3c4a2769a843b 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 */
This page took 0.030867 seconds and 4 git commands to generate.