summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/Schedule.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 257e39abaa..abbc363523 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -91,12 +91,6 @@ volatile StgWord recent_activity = ACTIVITY_YES;
*/
volatile StgWord sched_state = SCHED_RUNNING;
-/* This is used in `TSO.h' and gcc 2.96 insists that this variable actually
- * exists - earlier gccs apparently didn't.
- * -= chak
- */
-StgTSO dummy_tso;
-
/*
* This mutex protects most of the global scheduler data in
* the THREADED_RTS runtime.