summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_deferred.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/malloc_deferred.c')
-rw-r--r--cpukit/libcsupport/src/malloc_deferred.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/libcsupport/src/malloc_deferred.c b/cpukit/libcsupport/src/malloc_deferred.c
index a2e95ea9ce..9e6fbb3bf8 100644
--- a/cpukit/libcsupport/src/malloc_deferred.c
+++ b/cpukit/libcsupport/src/malloc_deferred.c
@@ -34,9 +34,6 @@ bool malloc_is_system_state_OK(void)
if ( !_Thread_Dispatch_is_enabled() )
return false;
- if ( _ISR_Nest_level > 0 )
- return false;
-
return true;
}