From bc291418bd6543934974fb489c40d1afb11c6ff1 Mon Sep 17 00:00:00 2001 From: kettenis Date: Wed, 29 Aug 2018 20:18:14 +0000 Subject: [PATCH] Remove unused struct member. ok deraadt@, mlarkin@ --- sys/dev/usb/umodem.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 8dbdf18a922..f8fbc707f5e 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -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 */ -- 2.20.1