From ff6d760db90815ec14a4033a03a5c5593165c619 Mon Sep 17 00:00:00 2001 From: augustss Date: Sun, 16 May 1999 19:42:03 +0000 Subject: [PATCH] GC an unused #define. --- usr.bin/usbhidctl/usbhid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 9fb489176467..3cb95b3afcba 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,4 +1,4 @@ -/* $NetBSD: usbhid.c,v 1.11 1999/05/12 00:38:20 augustss Exp $ */ +/* $NetBSD: usbhid.c,v 1.12 1999/05/16 19:42:03 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -48,8 +48,6 @@ #include #include -#define USBDEV "/dev/uhid0" - int verbose = 0; int all = 0; int noname = 0;