summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-17 22:15:18 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-17 22:15:18 +0000
commit31627f0f9a5b2cde253466369777eb88f2e07532 (patch)
tree7682b699a5a7eaa0c368118d6b16ca1db83e74ac /gdb/top.c
parent6f6eb23a1e3d66bbd305843ced33cb8bcf9d807e (diff)
downloadgdb-31627f0f9a5b2cde253466369777eb88f2e07532.tar.gz
Remove else clause to #if UI_OUT.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 20daee0e5eb..d7557b5f2e6 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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
}