aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-e7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-e7000.c')
-rw-r--r--gdb/remote-e7000.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c
index 34ac345..320584b 100644
--- a/gdb/remote-e7000.c
+++ b/gdb/remote-e7000.c
@@ -86,8 +86,6 @@
#define SR_REGNUM -1
#endif
-extern void notice_quit (void);
-
extern void report_transfer_performance (unsigned long, time_t, time_t);
extern char *sh_processor_type;
@@ -260,21 +258,6 @@ expect (char *string)
while (1)
{
c = readchar (timeout);
-#if 0
- notice_quit ();
- if (quit_flag == 1)
- {
- if (ctrl_c)
- {
- putchar_e7000 (CTRLC);
- --ctrl_c;
- }
- else
- {
- quit ();
- }
- }
-#endif
if (echo)
{