diff options
Diffstat (limited to 'gdb/serial.c')
-rw-r--r-- | gdb/serial.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/serial.c b/gdb/serial.c index 0a8c7ab..b304807 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -387,8 +387,7 @@ serial_readchar (struct serial *scb, int timeout) /* FIXME: cagney/1999-10-11: Don't enable this check until the ASYNC code is finished. */ if (0 && serial_is_async_p (scb) && timeout < 0) - internal_error (__FILE__, __LINE__, - _("serial_readchar: blocking read in async mode")); + internal_error (_("serial_readchar: blocking read in async mode")); ch = scb->ops->readchar (scb, timeout); if (serial_logfp != NULL) |