aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r--gdb/event-top.c2
1 files changed, 0 insertions, 2 deletions
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)
{