Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings
[deliverable/binutils-gdb.git] / gdb / ser-mingw.c
index 0f2bc3d6e9b3905649000d48ae99cd27b743cb24..3f124582a8529c9bbb90cc8bb22c4104532a297a 100644 (file)
@@ -163,8 +163,6 @@ ser_windows_raw (struct serial *scb)
   state.fAbortOnError = FALSE;
   state.ByteSize = 8;
 
-  scb->current_timeout = 0;
-
   if (SetCommState (h, &state) == 0)
     warning (_("SetCommState failed"));
 }
This page took 0.023768 seconds and 4 git commands to generate.