summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-04 23:00:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-04 23:00:04 +0000
commit112365808642f0eeb2d2a8a156e5d6e64cd92067 (patch)
treef13d18e526a254bd6497878bf755db0d8258e0c0 /cpukit/sapi
parent2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-112365808642f0eeb2d2a8a156e5d6e64cd92067.tar.bz2
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Make compile again. * sapi/src/io.c, score/src/heap.c: Address dead assignment issues found by clang.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/src/io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index 65cb43d568..6a752cd527 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -80,7 +80,6 @@ void _IO_Manager_initialization(void)
for ( index = 0 ; index < drivers_in_table ; index++ )
_IO_Driver_address_table[index] = driver_table[index];
- number_of_drivers = drivers_in_table;
}
/*