From ef1a985fc7591988ef956dd7b35f9533bace68a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 11 Dec 2015 10:47:22 +0100 Subject: Optional POSIX Threads initialization Update #2408. --- cpukit/posix/src/killinfo.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'cpukit/posix/src/killinfo.c') diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index 7f4adc738a..a29a8e6464 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/posix/src/killinfo.c @@ -198,16 +198,8 @@ int killinfo( continue; the_info = _Objects_Information_table[ the_api ][ 1 ]; - - #if defined(RTEMS_DEBUG) - /* - * This cannot happen in the current (as of June 2009) implementation - * of initialization but at some point, the object information - * structure for a particular manager may not be installed. - */ - if ( !the_info ) - continue; - #endif + if ( !the_info ) + continue; maximum = the_info->maximum; object_table = the_info->local_table; -- cgit v1.2.3