* [OB] mips-linux-tdep.c: remove unused variable
@ 2007-12-13 20:30 Michael Snyder
0 siblings, 0 replies; only message in thread
From: Michael Snyder @ 2007-12-13 20:30 UTC (permalink / raw)
To: gdb-patches
2007-12-13 Michael Snyder <msnyder@specifix.com>
* mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
Index: mips-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-linux-tdep.c,v
retrieving revision 1.66
diff -u -p -r1.66 mips-linux-tdep.c
--- mips-linux-tdep.c 10 Oct 2007 17:04:38 -0000 1.66
+++ mips-linux-tdep.c 13 Dec 2007 19:03:32 -0000
@@ -344,7 +344,7 @@ mips64_fill_gregset (const struct regcac
struct gdbarch *gdbarch = get_regcache_arch (regcache);
int regaddr, regi;
mips64_elf_greg_t *regp = *gregsetp;
- void *src, *dst;
+ void *dst;
if (regno == -1)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-13 19:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-13 20:30 [OB] mips-linux-tdep.c: remove unused variable Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox