diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-17 22:15:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-17 22:15:18 +0000 |
commit | 8926118ce27a8c21cd8d8600bb068454ec58baf3 (patch) | |
tree | 11dff4edfcc5ae3afb6f2559aab5616b2d075006 /gdb/top.c | |
parent | db728ff7cd9b6832a77ae09b75b94352b1820471 (diff) | |
download | gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.zip gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.tar.gz gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.tar.bz2 |
Remove else clause to #if UI_OUT.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -60,10 +60,8 @@ #include "gdb_string.h" #include "gdb_stat.h" #include <ctype.h> -#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 } |