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/top.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 20daee0..d7557b5 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -60,10 +60,8 @@ #include "gdb_string.h" #include "gdb_stat.h" #include -#ifdef UI_OUT #include "ui-out.h" #include "cli-out.h" -#endif /* Default command line prompt. This is overriden in some configs. */ @@ -2089,7 +2087,6 @@ gdb_init (char *argv0) if (init_ui_hook) init_ui_hook (argv0); -#ifdef UI_OUT /* Install the default UI */ if (!init_ui_hook) { @@ -2104,5 +2101,4 @@ gdb_init (char *argv0) exit (1); } } -#endif } -- cgit v1.1