--- np2/x11/cmserial.c 2011/01/15 18:43:13 1.6 +++ np2/x11/cmserial.c 2012/01/23 04:20:55 1.7 @@ -89,7 +89,6 @@ serialgetstat(COMMNG self) { CMSER serial = (CMSER)(self + 1); int status; - int rv; rv = ioctl(serial->hdl, TIOCMGET, &status); if (!(status & TIOCM_DSR)) {