summaryrefslogtreecommitdiffstats
path: root/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/serial.c b/serial.c
index 9348dfd..87c4353 100644
--- a/serial.c
+++ b/serial.c
@@ -245,7 +245,6 @@ struct ios_ops * serial_init(char *device)
ops->set_handshake_line = serial_set_handshake_line;
ops->send_break = serial_send_break;
ops->exit = serial_exit;
- ops->istelnet = false;
/* open the device */
fd = open(device, O_RDWR | O_NONBLOCK);