summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-16 15:50:51 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-16 15:50:51 +0000
commit4cf75317b8022f1906deb429bf29f75b9ea35d92 (patch)
tree8f3c76821f92a691cc4273e4f9343ca9f250d1fa /gdb/top.c
parent511133b092047beae3bb25cfc074f371b72bfb2f (diff)
downloadgdb-4cf75317b8022f1906deb429bf29f75b9ea35d92.tar.gz
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
* top.c (show_commands): Remove extern decl of history_get, it's already in readline/history.h.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index b0dc6710c07..a749afeb084 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1642,8 +1642,6 @@ show_commands (char *args, int from_tty)
than the number of the last command). Relative to history_base. */
int hist_len;
-extern HIST_ENTRY *history_get (int);
-
/* Print out some of the commands from the command history. */
/* First determine the length of the history list. */
hist_len = history_size;