diff options
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index 9f415b2..6f3dfab 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -453,8 +453,6 @@ command_line_handler (char *rl) char *p; char *p1; char *nline; - char got_eof = 0; - int repeat = (instream == stdin); if (annotation_level > 1 && instream == stdin) @@ -499,7 +497,6 @@ command_line_handler (char *rl) and exit from gdb. */ if (!rl || rl == (char *) EOF) { - got_eof = 1; command_handler (0); return; /* Lint. */ } |