Remove unused struct member.
authorkettenis <kettenis@openbsd.org>
Wed, 29 Aug 2018 20:18:14 +0000 (20:18 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 29 Aug 2018 20:18:14 +0000 (20:18 +0000)
ok deraadt@, mlarkin@

sys/dev/usb/umodem.c

index 8dbdf18..f8fbc70 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: umodem.c,v 1.63 2017/12/30 20:47:00 guenther Exp $ */
+/*     $OpenBSD: umodem.c,v 1.64 2018/08/29 20:18:14 kettenis Exp $ */
 /*     $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $       */
 
 /*
@@ -98,8 +98,6 @@ struct umodem_softc {
 
        struct device           *sc_subdev;     /* ucom device */
 
-       u_char                   sc_opening;    /* lock during open */
-
        int                      sc_ctl_notify; /* Notification endpoint */
        struct usbd_pipe        *sc_notify_pipe; /* Notification pipe */
        struct usb_cdc_notification sc_notify_buf; /* Notification structure */