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 MS_TO_TICKS().
details: https://anonhg.NetBSD.org/src/rev/8423e0828e89
branches: trunk
changeset: 543301:8423e0828e89
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 22 05:18:50 2003 +0000
description:
Remove unused MS_TO_TICKS().
diffstat:
sys/dev/usb/umassvar.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r ca0d69f02234 -r 8423e0828e89 sys/dev/usb/umassvar.h
--- a/sys/dev/usb/umassvar.h Sat Feb 22 05:06:36 2003 +0000
+++ b/sys/dev/usb/umassvar.h Sat Feb 22 05:18:50 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umassvar.h,v 1.18 2003/02/16 23:14:08 augustss Exp $ */
+/* $NetBSD: umassvar.h,v 1.19 2003/02/22 05:18:50 tsutsui Exp $ */
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop%rr.iij4u.or.jp@localhost>,
* Nick Hibma <n_hibma%freebsd.org@localhost>
@@ -59,8 +59,6 @@
#define DIR_IN 1
#define DIR_OUT 2
-#define MS_TO_TICKS(ms) ((ms) * hz / 1000)
-
/* Endpoints for umass */
#define UMASS_BULKIN 0
#define UMASS_BULKOUT 1
Home |
Main Index |
Thread Index |
Old Index