summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/threadq.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/src/threadq.c')
-rw-r--r--c/src/exec/score/src/threadq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/src/threadq.c b/c/src/exec/score/src/threadq.c
index 34f0a12383..02a9896305 100644
--- a/c/src/exec/score/src/threadq.c
+++ b/c/src/exec/score/src/threadq.c
@@ -70,6 +70,7 @@ void _Thread_queue_Initialize(
}
}
+#if 0
/*PAGE
*
@@ -981,3 +982,4 @@ Thread_Control *_Thread_queue_First_priority (
}
return NULL;
}
+#endif