From 69bcc6bc50d6e0eaa9809b547056ab7471b83501 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 7 Jan 2009 22:04:47 +0000 Subject: * top.c (gdb_prompt_string): Delete, unused. --- gdb/top.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 860c286..a962aad 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -132,9 +132,6 @@ void (*window_hook) (FILE *, char *); int epoch_interface; int xgdb_verbose; -/* gdb prints this when reading a command interactively */ -static char *gdb_prompt_string; /* the global prompt string */ - /* Buffer used for reading command lines, and the size allocated for it so far. */ -- cgit v1.1