diff options
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index 6ed7598212..d76f42b3af 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -89,11 +89,6 @@ void awaken_blocked_queue(StgTSO *q); void initThread(StgTSO *tso, nat stack_size); #endif -/* Context switch flag. - * Locks required : none (conflicts are harmless) - */ -extern int RTS_VAR(context_switch); - /* The state of the scheduler. This is used to control the sequence * of events during shutdown, and when the runtime is interrupted * using ^C. |