summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/posix/src/psignalunblockthread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/posix/src/psignalunblockthread.c b/cpukit/posix/src/psignalunblockthread.c
index 63ed823ab3..a1af20a5af 100644
--- a/cpukit/posix/src/psignalunblockthread.c
+++ b/cpukit/posix/src/psignalunblockthread.c
@@ -112,12 +112,6 @@ static void _POSIX_signals_Action_handler(
hold_errno = executing->Wait.return_code;
/*
- * api may be NULL in case of a thread close in progress
- */
- if ( !api )
- return;
-
- /*
* In case the executing thread is blocked or about to block on something
* that uses the thread wait information, then this is a kernel bug.
*/