summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/src/objectgetbyindex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/src/objectgetbyindex.c b/c/src/exec/score/src/objectgetbyindex.c
index 6cfc2b98cd..a53332fbe5 100644
--- a/c/src/exec/score/src/objectgetbyindex.c
+++ b/c/src/exec/score/src/objectgetbyindex.c
@@ -67,7 +67,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;
}