qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5489] gdbstub: remove unused local variable
@ 2008-10-14 19:23 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-10-14 19:23 UTC (permalink / raw)
  To: qemu-devel

Revision: 5489
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5489
Author:   aurel32
Date:     2008-10-14 19:23:35 +0000 (Tue, 14 Oct 2008)

Log Message:
-----------
gdbstub: remove unused local variable

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/gdbstub.c

Modified: trunk/gdbstub.c
===================================================================
--- trunk/gdbstub.c	2008-10-14 19:20:52 UTC (rev 5488)
+++ trunk/gdbstub.c	2008-10-14 19:23:35 UTC (rev 5489)
@@ -604,8 +604,6 @@
 #else
     else if (n < 64) {
         /* f0-f31 */
-        uint32_t fpr;
-
         env->fpr[n] = ldfl_p(mem_buf);
         return 4;
     } else if (n < 80) {

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

only message in thread, other threads:[~2008-10-14 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 19:23 [Qemu-devel] [5489] gdbstub: remove unused local variable Aurelien Jarno

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).