Remove remaining reference to struct serial::current_timeout
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 21 Mar 2017 15:35:42 +0000 (11:35 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 21 Mar 2017 15:35:42 +0000 (11:35 -0400)
commit0e7b8f61069f1219ca53a9dd927ba55c9a7eefd4
treedaf75f2f3b968bdc44a270b5130a7a14dc413241
parent2253c8f089193b90141e08436417bc8ea1dd6015
Remove remaining reference to struct serial::current_timeout

I get this when trying to build for --host=x68_64-w64-mingw32:

/home/emaisin/src/binutils-gdb/gdb/ser-mingw.c: In function 'void ser_windows_raw(serial*)':
/home/emaisin/src/binutils-gdb/gdb/ser-mingw.c:166:8: error: 'struct serial' has no member named 'current_timeout'
   scb->current_timeout = 0;
        ^~~~~~~~~~~~~~~

It is just a leftover from

  9bcbdca808b5f9fec6217d20bd4b48a56008c460
  PR remote/21188: Fix remote serial timeout

gdb/ChangeLog:

* ser-mingw.c (ser_windows_raw): Remove reference to
struct serial::current_timeout.
gdb/ChangeLog
gdb/ser-mingw.c
This page took 0.026654 seconds and 4 git commands to generate.