From 0b6a968ee62c0e94758b5996f10509741731ec10 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 10 Jun 2001 16:25:51 +0000 Subject: * gnu-regex.c: Eliminate obsolete check for _MSC_VER. * utils.c (notice_quit): Remove dummy function only used for _MSC_VER. * values.c (unpack_double): Remove obsolete check for _MSC_VER. * defs.h: Ditto. * m32r-rom.c: Ditto. * p-exp.y: Ditto. * ser-e7kpc.c: Ditto. Define WIN32_LEAN_AND_MEAN under _WIN32, for faster compilation. (get_ds_base): Remove _MSC_VER version of this function. * nindy-share/ttyflush.c: Ditto. X * rdi-share/host.h: Ditto. X * ser-go32.c (dos_readchar): Remove call to obsolete function. * remote-sim.c (gdb_os_poll_quit): Ditto. * remote-e7000.c (expect): Remove obsolete #if 0'ed code. * main.c (captured_main): Eliminate special Cygwin checks. * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include. --- gdb/remote-sim.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/remote-sim.c') diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 71af074..3e515c1 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -611,7 +611,6 @@ gdb_os_poll_quit (host_callback *p) if (ui_loop_hook != NULL) ui_loop_hook (0); - notice_quit (); if (quit_flag) /* gdb's idea of quit */ { quit_flag = 0; /* we've stolen it */ -- cgit v1.1