* symfile.c (reread_symbols): When re-reading symbols, do all the
[binutils-gdb.git] / gdb / ser-go32.c
index 7d0ec700300f0b15ba60c1afceba28b491764689..68c43b00ffeb69cd9ecb9335dd851e2abf385870 100644 (file)
@@ -343,15 +343,6 @@ go32_setbaudrate (scb, rate)
   return 0;
 }
 
-static int
-go32_set_process_group (scb, ttystate, group)
-     serial_t scb;
-     serial_ttystate ttystate;
-     int group;
-{
-  return 0;
-}
-
 static int
 go32_write (scb, str, len)
      serial_t scb;
@@ -386,18 +377,9 @@ static struct serial_ops go32_ops =
   go32_print_tty_state,
   go32_noflush_set_tty_state,
   go32_setbaudrate,
-  go32_set_process_group
 };
 
-/* There is never job control on go32.  */
-int
-gdb_setpgid ()
-{
-  return 0;
-}
-
-int job_control = 0;
-
+void
 _initialize_ser_go32 ()
 {
   serial_add_interface (&go32_ops);