qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4725] Remove stray variable
@ 2008-06-10  1:47 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-06-10  1:47 UTC (permalink / raw)
  To: qemu-devel

Revision: 4725
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4725
Author:   malc
Date:     2008-06-10 01:47:17 +0000 (Tue, 10 Jun 2008)

Log Message:
-----------
Remove stray variable

Modified Paths:
--------------
    trunk/tcg/ppc/tcg-target.c

Modified: trunk/tcg/ppc/tcg-target.c
===================================================================
--- trunk/tcg/ppc/tcg-target.c	2008-06-10 01:18:32 UTC (rev 4724)
+++ trunk/tcg/ppc/tcg-target.c	2008-06-10 01:47:17 UTC (rev 4725)
@@ -801,7 +801,7 @@
 
 void tcg_target_qemu_prologue (TCGContext *s)
 {
-    int i, j, frame_size;
+    int i, frame_size;
 
     frame_size = 0
         + 4                     /* back chain */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-10  1:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10  1:47 [Qemu-devel] [4725] Remove stray variable malc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).