* breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
[binutils-gdb.git] / gdb / ser-base.h
index 70eef398846e3d7925bef61f16692cf195e9d282..005f93c7596df3c4d2c2d52cac8d47d6e10c8c6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic serial interface functions.
 
-   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,7 +26,6 @@ struct ui_file;
 extern int generic_readchar (struct serial *scb, int timeout,
                             int (*do_readchar) (struct serial *scb,
                                                 int timeout));
-extern void reschedule (struct serial *scb);
 extern int ser_base_flush_output (struct serial *scb);
 extern int ser_base_flush_input (struct serial *scb);
 extern int ser_base_send_break (struct serial *scb);