2010-06-11 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / reverse.c
index d30116083fe4ad9849fb6b3b125186184eaee802..be8801f676f8aaf6d32ae99b8db55ebf745622c3 100644 (file)
@@ -1,6 +1,6 @@
 /* Reverse execution and reverse debugging.
 
-   Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -213,7 +213,7 @@ delete_all_bookmarks (void)
 static void
 delete_bookmark_command (char *args, int from_tty)
 {
-  struct bookmark *b, *b1;
+  struct bookmark *b;
   unsigned long num;
 
   if (bookmark_chain == NULL)
This page took 0.023935 seconds and 4 git commands to generate.