diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-09-13 00:27:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 20:21:43 +0200 |
commit | 2442268ad5b0bd3d5b014c2723d4d91706d8c24a (patch) | |
tree | 77cf52e9e96f64372ac3ee04b91bbaba398911c3 /device | |
parent | 09fe2f14c301cbb9e7ac838b6668f1ff4cb8b479 (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')
-rw-r--r-- | device/dev_lookup.c | 2 |
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() { |