From 2442268ad5b0bd3d5b014c2723d4d91706d8c24a Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 13 Sep 2013 00:27:48 +0200 Subject: 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. --- device/dev_lookup.c | 2 -- 1 file changed, 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() { -- cgit v1.2.3