diff options
author | 2006-03-13 22:36:06 +0000 | |
---|---|---|
committer | 2006-03-13 22:36:06 +0000 | |
commit | ef3258f05884a84a102fb9d15643ce97a9a35548 (patch) | |
tree | 70e5e6f724e5f098da1612983e6242a1a3a8b56a | |
parent | Put wsscreen_list array inside the softc instead of on the stack; similar fix (diff) | |
download | wireguard-openbsd-ef3258f05884a84a102fb9d15643ce97a9a35548.tar.xz wireguard-openbsd-ef3258f05884a84a102fb9d15643ce97a9a35548.zip |
Remove unused softc member.
-rw-r--r-- | sys/dev/tc/tcdsvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/tc/tcdsvar.h b/sys/dev/tc/tcdsvar.h index b5d7a5c8125..261bcae1546 100644 --- a/sys/dev/tc/tcdsvar.h +++ b/sys/dev/tc/tcdsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcdsvar.h,v 1.2 2004/06/28 02:28:43 aaron Exp $ */ +/* $OpenBSD: tcdsvar.h,v 1.3 2006/03/13 22:36:06 miod Exp $ */ /* $NetBSD: tcdsvar.h,v 1.2 2001/08/22 05:00:27 nisimura Exp $ */ /* @@ -40,7 +40,6 @@ struct tcds_slotconfig { int (*sc_intrhand)(void *); /* intr. handler */ void *sc_intrarg; /* intr. handler arg. */ struct evcount sc_count; /* intr. count */ - char sc_name[8]; /* ev_name */ /* * Sets of bits in TCDS CIR and IMER that enable/check |