diff options
author | 2000-04-13 20:55:34 +0000 | |
---|---|---|
committer | 2000-04-13 20:55:34 +0000 | |
commit | 25e017f8edf64687fddae86ab9af4d5f6645fad5 (patch) | |
tree | f2db733c5aa1f3c179266efa034ba291092d88d8 | |
parent | - complete rewrite of hifn_write_command() to avoid copies by removing the (diff) | |
download | wireguard-openbsd-25e017f8edf64687fddae86ab9af4d5f6645fad5.tar.xz wireguard-openbsd-25e017f8edf64687fddae86ab9af4d5f6645fad5.zip |
remove unnecessary variable
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 3 |
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]; |