summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectgetbyindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectgetbyindex.c')
-rw-r--r--cpukit/score/src/objectgetbyindex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/objectgetbyindex.c b/cpukit/score/src/objectgetbyindex.c
index 7c7c89c2af..c99e0bc7ed 100644
--- a/cpukit/score/src/objectgetbyindex.c
+++ b/cpukit/score/src/objectgetbyindex.c
@@ -68,7 +68,6 @@ Objects_Control *_Objects_Get_by_index(
* With just an index, you can't access a remote object.
*/
- _Thread_Enable_dispatch();
*location = OBJECTS_ERROR;
return NULL;
}