diff options
author | Pedro Alves <palves@redhat.com> | 2013-07-01 10:09:27 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-07-01 10:09:27 +0000 |
commit | 702dc4fd25277e0b3206af531c59cea4fbf58be4 (patch) | |
tree | 7792c4aa929690c5676eb63181f5234a9aaf8ed0 /gdb | |
parent | 1c865ab2fb392216c5e46cc9019b9c4c6929dfc5 (diff) | |
download | gdb-702dc4fd25277e0b3206af531c59cea4fbf58be4.zip gdb-702dc4fd25277e0b3206af531c59cea4fbf58be4.tar.gz gdb-702dc4fd25277e0b3206af531c59cea4fbf58be4.tar.bz2 |
Delete pagination_enabled extern declaration in tui/tui-regs.c.
It's declared in utils.h.
gdb/
2013-07-01 Pedro Alves <palves@redhat.com>
* tui/tui-regs.c (pagination_enabled): Delete declaration.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/tui/tui-regs.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72a6258..8e1c185 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/tui/tui-regs.c b/gdb/tui/tui-regs.c index 975173a..bb72340 100644 --- a/gdb/tui/tui-regs.c +++ b/gdb/tui/tui-regs.c @@ -661,8 +661,6 @@ _initialize_tui_regs (void) ** STATIC LOCAL FUNCTIONS ** ******************************************/ -extern int pagination_enabled; - static void tui_restore_gdbout (void *ui) { |