summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 1af40286e02..8a76c39681b 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -38,9 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "gdbcore.h"
#include "ada-lang.h"
#include "dictionary.h"
-#ifdef UI_OUT
#include "ui-out.h"
-#endif
struct cleanup *unresolved_names;
@@ -4999,7 +4997,6 @@ find_printable_frame (struct frame_info *fi, int level)
void
ada_report_exception_break (struct breakpoint *b)
{
-#ifdef UI_OUT
/* FIXME: break_on_exception should be defined in breakpoint.h */
/* if (b->break_on_exception == 1)
{
@@ -5037,7 +5034,6 @@ ada_report_exception_break (struct breakpoint *b)
else if (b->break_on_exception == 3)
fputs_filtered ("on assert failure", gdb_stdout);
*/
-#endif
}
int