diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-28 03:46:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-28 03:46:49 +0000 |
commit | 2682309eb90fca11f084d6963d6b833f0cdb3a1f (patch) | |
tree | 57489976cec44cd66cb1f89ad279f92c7f7ac104 /sys/dev/usb | |
parent | efba493f61dfd75c68930860805d51bd0362543d (diff) |
Remove a struct that is no longer used.
From Graham Gower.
Diffstat (limited to 'sys/dev/usb')
-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", |