Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove unused macros.



details:   https://anonhg.NetBSD.org/src/rev/36ed327be881
branches:  trunk
changeset: 484073:36ed327be881
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Mar 24 22:13:23 2000 +0000

description:
Remove unused macros.

diffstat:

 sys/dev/usb/if_auereg.h |  4 +---
 sys/dev/usb/if_cuereg.h |  4 +---
 sys/dev/usb/if_kuereg.h |  4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 0508c2cf0d0d -r 36ed327be881 sys/dev/usb/if_auereg.h
--- a/sys/dev/usb/if_auereg.h   Fri Mar 24 22:03:28 2000 +0000
+++ b/sys/dev/usb/if_auereg.h   Fri Mar 24 22:13:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_auereg.h,v 1.8 2000/03/24 22:03:29 augustss Exp $   */
+/*     $NetBSD: if_auereg.h,v 1.9 2000/03/24 22:13:23 augustss Exp $   */
 /*
  * Copyright (c) 1997, 1998, 1999
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -225,8 +225,6 @@
        int                     aue_rx_prod;
 };
 
-#define AUE_INC(x, y)          (x) = (x + 1) % y
-
 struct aue_softc {
        USBBASEDEVICE           aue_dev;
 
diff -r 0508c2cf0d0d -r 36ed327be881 sys/dev/usb/if_cuereg.h
--- a/sys/dev/usb/if_cuereg.h   Fri Mar 24 22:03:28 2000 +0000
+++ b/sys/dev/usb/if_cuereg.h   Fri Mar 24 22:13:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cuereg.h,v 1.8 2000/03/24 22:03:29 augustss Exp $   */
+/*     $NetBSD: if_cuereg.h,v 1.9 2000/03/24 22:13:24 augustss Exp $   */
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -164,8 +164,6 @@
        int                     cue_rx_prod;
 };
 
-#define CUE_INC(x, y)          (x) = (x + 1) % y
-
 struct cue_softc {
        USBBASEDEVICE           cue_dev;
 
diff -r 0508c2cf0d0d -r 36ed327be881 sys/dev/usb/if_kuereg.h
--- a/sys/dev/usb/if_kuereg.h   Fri Mar 24 22:03:28 2000 +0000
+++ b/sys/dev/usb/if_kuereg.h   Fri Mar 24 22:13:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_kuereg.h,v 1.8 2000/03/24 22:03:30 augustss Exp $   */
+/*     $NetBSD: if_kuereg.h,v 1.9 2000/03/24 22:13:24 augustss Exp $   */
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -157,8 +157,6 @@
        int                     kue_rx_prod;
 };
 
-#define KUE_INC(x, y)          (x) = (x + 1) % y
-
 struct kue_softc {
        USBBASEDEVICE           kue_dev;
 



Home | Main Index | Thread Index | Old Index