summaryrefslogtreecommitdiff
path: root/device/dev_lookup.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-09-13 00:27:48 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-15 20:21:43 +0200
commit2442268ad5b0bd3d5b014c2723d4d91706d8c24a (patch)
tree77cf52e9e96f64372ac3ee04b91bbaba398911c3 /device/dev_lookup.c
parent09fe2f14c301cbb9e7ac838b6668f1ff4cb8b479 (diff)
remove definition of NDEVICES
NDEVICES is never used. Judging by the position and the comments it was once used in initialization, but it's not anymore. I think it's safe to remove it. * device/dev_lookup.c (NDEVICES): Remove definition.
Diffstat (limited to 'device/dev_lookup.c')
-rw-r--r--device/dev_lookup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/device/dev_lookup.c b/device/dev_lookup.c
index e156d1a..01317b9 100644
--- a/device/dev_lookup.c
+++ b/device/dev_lookup.c
@@ -362,8 +362,6 @@ dev_map(routine, port)
/*
* Initialization
*/
-#define NDEVICES 256
-
void
dev_lookup_init()
{