diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:27:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-06 19:27:13 +0000 |
commit | 41989fcd807079207bf6a6ed39eb72ff4f3087eb (patch) | |
tree | e46d581dce0d02f6af0befc359ed86a4b07a2604 /gdb/monitor.c | |
parent | 28a86f5cc006038eeefb09bf74b756b3aacc1afa (diff) | |
download | gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.zip gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.gz gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.bz2 |
2003-10-06 Andrew Cagney <cagney@redhat.com>
* breakpoint.c, breakpoint.h: Remove obsolete code and comments.
* buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
* monitor.c, sparc-tdep.c, stabsread.c: Ditto.
* stabsread.h, xcoffread.c: Ditto.
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index e2e8687..198155f 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -568,14 +568,6 @@ monitor_expect (char *string, char *buf, int buflen) return 0; } } -#if 0 - // OBSOLETE else if ((c == '\021' || c == '\023') && - // OBSOLETE (STREQ (targ_ops->to_shortname, "m32r") - // OBSOLETE || STREQ (targ_ops->to_shortname, "mon2000"))) - // OBSOLETE { /* m32r monitor emits random DC1/DC3 chars */ - // OBSOLETE continue; - // OBSOLETE } -#endif else { /* We got a character that doesn't match the string. We need to |