From 8926118ce27a8c21cd8d8600bb068454ec58baf3 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 17 Jan 2002 22:15:18 +0000 Subject: Remove else clause to #if UI_OUT. --- gdb/event-top.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/event-top.c') diff --git a/gdb/event-top.c b/gdb/event-top.c index 66e2fe6..3bf9c34 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -250,12 +250,10 @@ display_gdb_prompt (char *new_prompt) int prompt_length = 0; char *gdb_prompt = get_prompt (); -#ifdef UI_OUT /* When an alternative interpreter has been installed, do not display the comand prompt. */ if (interpreter_p) return; -#endif if (target_executing && sync_execution) { -- cgit v1.1