add the cleanup checker
[deliverable/binutils-gdb.git] / gdb / hppanbsd-tdep.c
index 36856122ca648da4938f490b14e5b5932eca08f9..a8ac404d2278e68b0e85862457c7f21af10a2ed7 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/hppa
 
-   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -169,7 +169,6 @@ hppanbsd_supply_gregset (const struct regset *regset,
                         int regnum, const void *gregs, size_t len)
 {
   const gdb_byte *regs = gregs;
-  size_t offset;
   int i;
 
   gdb_assert (len >= HPPANBSD_SIZEOF_GREGS);
This page took 0.023823 seconds and 4 git commands to generate.