summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-tdep.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-12-13 19:28:26 +0000
committerMichael Snyder <msnyder@specifix.com>2007-12-13 19:28:26 +0000
commit615c82fb58e1419a91c6157679a787c70d7e654f (patch)
tree35deb23f9fc959de1b2d6123e31199616d988861 /gdb/mips-linux-tdep.c
parent4809b16f7e629929a10ab8b15816b4f6f775aa82 (diff)
downloadgdb-615c82fb58e1419a91c6157679a787c70d7e654f.tar.gz
2007-12-13 Michael Snyder <msnyder@specifix.com>
* mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
Diffstat (limited to 'gdb/mips-linux-tdep.c')
-rw-r--r--gdb/mips-linux-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-linux-tdep.c b/gdb/mips-linux-tdep.c
index d4137f4749a..046e086e74c 100644
--- a/gdb/mips-linux-tdep.c
+++ b/gdb/mips-linux-tdep.c
@@ -344,7 +344,7 @@ mips64_fill_gregset (const struct regcache *regcache,
struct gdbarch *gdbarch = get_regcache_arch (regcache);
int regaddr, regi;
mips64_elf_greg_t *regp = *gregsetp;
- void *src, *dst;
+ void *dst;
if (regno == -1)
{