Delete pagination_enabled extern declaration in tui/tui-regs.c.
authorPedro Alves <palves@redhat.com>
Mon, 1 Jul 2013 10:09:27 +0000 (10:09 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 1 Jul 2013 10:09:27 +0000 (10:09 +0000)
It's declared in utils.h.

gdb/
2013-07-01  Pedro Alves  <palves@redhat.com>

* tui/tui-regs.c (pagination_enabled): Delete declaration.

gdb/ChangeLog
gdb/tui/tui-regs.c

index 72a6258..8e1c185 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       * tui/tui-regs.c (pagination_enabled): Delete declaration.
+
 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Code cleanup.
index 975173a..bb72340 100644 (file)
@@ -661,8 +661,6 @@ _initialize_tui_regs (void)
 ** STATIC LOCAL FUNCTIONS                 **
 ******************************************/
 
-extern int pagination_enabled;
-
 static void
 tui_restore_gdbout (void *ui)
 {