summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-01 17:49:12 +0000
committerjoe <joe@FreeBSD.org>2002-04-01 17:49:12 +0000
commit07129623b034fca845c1e24eb4a8daea9c62f2bf (patch)
tree531210ebd85a32a9efc1396dbd951803c5966b16 /sys
parentf60d3cd982d70af346d5d20e130a7b0ef21639f3 (diff)
downloadFreeBSD-src-07129623b034fca845c1e24eb4a8daea9c62f2bf.zip
FreeBSD-src-07129623b034fca845c1e24eb4a8daea9c62f2bf.tar.gz
Merge from NetBSD: Removed unnecessary variable declaration.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index d3f207a..c025ccd 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.c,v 1.43 2000/03/29 18:24:53 augustss Exp $ */
+/* $NetBSD: usb.c,v 1.47 2000/08/24 14:12:34 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -170,11 +170,6 @@ Static void usb_add_event(int, struct usb_event *);
Static int usb_get_next_event(struct usb_event *);
-#if defined(__NetBSD__) || defined(__OpenBSD__)
-/* Flag to see if we are in the cold boot process. */
-extern int cold;
-#endif
-
Static const char *usbrev_str[] = USBREV_STR;
USB_DECLARE_DRIVER_INIT(usb,
OpenPOWER on IntegriCloud