diff options
author | 2006-06-28 03:46:48 +0000 | |
---|---|---|
committer | 2006-06-28 03:46:48 +0000 | |
commit | ded9d5ce408958232db9a766ff8cf0b70013dac9 (patch) | |
tree | 97e869ac42d9ab80605d8e47ec0584972e25c659 | |
parent | remove some whitespace. (diff) | |
download | wireguard-openbsd-ded9d5ce408958232db9a766ff8cf0b70013dac9.tar.xz wireguard-openbsd-ded9d5ce408958232db9a766ff8cf0b70013dac9.zip |
Remove a struct that is no longer used.
From Graham Gower.
-rw-r--r-- | sys/dev/usb/if_zydreg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/usb/if_zydreg.h b/sys/dev/usb/if_zydreg.h index ada6ffe9530..ea62878c5da 100644 --- a/sys/dev/usb/if_zydreg.h +++ b/sys/dev/usb/if_zydreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zydreg.h,v 1.4 2006/06/27 09:21:55 jsg Exp $ */ +/* $OpenBSD: if_zydreg.h,v 1.5 2006/06/28 03:46:48 jsg Exp $ */ /* * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de> @@ -589,11 +589,6 @@ enum zyd_ranges { * Device configurations and types */ -struct zyd_type { - uint16_t vid; - uint16_t pid; -}; - static const char *zyd_rfs[] = { "unknown", "unknown", |