2009-08-08 Aleksandar Ristovski <aristovski@qnx.com>
authorHui Zhu <teawater@gmail.com>
Sat, 8 Aug 2009 01:57:44 +0000 (01:57 +0000)
committerHui Zhu <teawater@gmail.com>
Sat, 8 Aug 2009 01:57:44 +0000 (01:57 +0000)
            Hui Zhu  <teawater@gmail.com>

* record.c (record_store_registers): Remove unused variable.

gdb/ChangeLog
gdb/record.c

index c19632f..d71be0f 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-08  Aleksandar Ristovski  <aristovski@qnx.com>
+            Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_store_registers): Remove unused variable.
+
 2009-08-07  Tom Tromey  <tromey@redhat.com>
 
        * language.c (set_language_command): Strip whitespace.
index e5b8a37..43737af 100644 (file)
@@ -959,7 +959,6 @@ record_store_registers (struct target_ops *ops, struct regcache *regcache,
       if (RECORD_IS_REPLAY)
        {
          int n;
-         struct cleanup *old_cleanups;
 
          /* Let user choose if he wants to write register or not.  */
          if (regno < 0)