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/90111cdfb5ff
branches: trunk
changeset: 446630:90111cdfb5ff
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 25c499da1488 -r 90111cdfb5ff 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