Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb remove unneeded variables in uchcom_softc



details:   https://anonhg.NetBSD.org/src/rev/176c4a6684f1
branches:  trunk
changeset: 837618:176c4a6684f1
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Dec 12 23:26:00 2018 +0000

description:
remove unneeded variables in uchcom_softc

diffstat:

 sys/dev/usb/uchcom.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r cf4931209e8f -r 176c4a6684f1 sys/dev/usb/uchcom.c
--- a/sys/dev/usb/uchcom.c      Wed Dec 12 23:21:36 2018 +0000
+++ b/sys/dev/usb/uchcom.c      Wed Dec 12 23:26:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uchcom.c,v 1.24 2018/12/12 23:21:36 jakllsch Exp $     */
+/*     $NetBSD: uchcom.c,v 1.25 2018/12/12 23:26:00 jakllsch Exp $     */
 
 /*
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.24 2018/12/12 23:21:36 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.25 2018/12/12 23:26:00 jakllsch Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -135,8 +135,6 @@
        int                     sc_rts;
        u_char                  sc_lsr;
        u_char                  sc_msr;
-       int                     sc_lcr1;
-       int                     sc_lcr2;
 };
 
 struct uchcom_endpoints



Home | Main Index | Thread Index | Old Index