From 4cf75317b8022f1906deb429bf29f75b9ea35d92 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Mon, 16 Jul 2001 15:50:51 +0000 Subject: 2001-07-16 Elena Zannoni * top.c (show_commands): Remove extern decl of history_get, it's already in readline/history.h. --- gdb/top.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/top.c') 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; -- cgit v1.2.1