summaryrefslogtreecommitdiffstats
path: root/gdb/event-top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
commita752853e6e53b090ab92ff4e29e6efe2bbac28f9 (patch)
tree9c8be7739b1e789db5846edebb5151dd7daf71d8 /gdb/event-top.c
parentd7449b42d3ecdf244e2ba02be9aa58b503524272 (diff)
downloadppe42-binutils-a752853e6e53b090ab92ff4e29e6efe2bbac28f9.tar.gz
ppe42-binutils-a752853e6e53b090ab92ff4e29e6efe2bbac28f9.zip
Remove obsolete MacOS support.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r--gdb/event-top.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c
index 4703a86c36..66e2fe68bf 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -1,5 +1,5 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
@@ -307,12 +307,6 @@ display_gdb_prompt (char *new_prompt)
character position to be off, since the newline we read from
the user is not accounted for. */
fputs_unfiltered (new_prompt, gdb_stdout);
-
- /* OBSOLETE #ifdef MPW */
- /* OBSOLETE *//* Move to a new line so the entered line doesn't have a prompt */
- /* OBSOLETE on the front of it. */
- /* OBSOLETE fputs_unfiltered ("\n", gdb_stdout); */
- /* OBSOLETE #endif *//* MPW */
gdb_flush (gdb_stdout);
}
}
OpenPOWER on IntegriCloud