Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/usbhidctl GC an unused #define.



details:   https://anonhg.NetBSD.org/src/rev/4bfaf60cdece
branches:  trunk
changeset: 473013:4bfaf60cdece
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun May 16 19:42:03 1999 +0000

description:
GC an unused #define.

diffstat:

 usr.bin/usbhidctl/usbhid.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 4e64c149b1e0 -r 4bfaf60cdece usr.bin/usbhidctl/usbhid.c
--- a/usr.bin/usbhidctl/usbhid.c        Sun May 16 19:33:27 1999 +0000
+++ b/usr.bin/usbhidctl/usbhid.c        Sun May 16 19:42:03 1999 +0000
@@ -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 <dev/usb/usb.h>
 #include <dev/usb/usbhid.h>
 
-#define USBDEV "/dev/uhid0"
-
 int verbose = 0;
 int all = 0;
 int noname = 0;



Home | Main Index | Thread Index | Old Index