summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-04-13 20:55:35 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-04-13 20:55:35 +0000
commitd28fba89a3f205dfe8ae1ca795524154c8f37ffc (patch)
tree651d593f353e5d67d108cf1bd443a9913cdff0cc /sys/dev/pci
parent34252e0c48e930dd44f8d5ea3a191703e8e007f4 (diff)
remove unnecessary variable
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/hifn7751var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h
index 35c53ef98bb..fb3d6b00551 100644
--- a/sys/dev/pci/hifn7751var.h
+++ b/sys/dev/pci/hifn7751var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751var.h,v 1.12 2000/04/11 19:59:06 jason Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.13 2000/04/13 20:55:34 jason Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -184,7 +184,6 @@ typedef struct hifn_command {
u_short session_num;
u_char iv[HIFN_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH];
- int ck_len;
struct mbuf *src_m;
long src_packp[MAX_SCATTER];