Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com)
[binutils-gdb.git] / gdb / remote-hms.c
index cbe4748943c547b6e2a474dd34a542e240ad310a..216e5cf3cc72ff018282af8faee8a52411ef6695 100644 (file)
@@ -564,6 +564,7 @@ set_rate()
 static void
 get_baudrate_right()
 {
+#if 0
   while (!is_baudrate_right()) 
   {
     baudrate = serial_nextbaudrate(baudrate);
@@ -575,6 +576,7 @@ get_baudrate_right()
     QUIT;
     serial_setbaudrate(baudrate);
   }
+#endif
 }
 
 static void
@@ -1398,7 +1400,8 @@ _initialize_remote_hms ()
   add_com ("speed", class_obscure, hms_speed,
           "Set the terminal line speed for HMS communications");
   
+#if 0
   dev_name = serial_default_name();
+#endif
+  dev_name = NULL;
 }
-
-