diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2015-10-22 13:41:48 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-10-22 13:42:30 +0200 |
commit | 9ec599634947e5d8fa2ce4ca3dcc7b27f81d6846 (patch) | |
tree | 6f4783be19659b181168159fd95fe1bcab84eb42 /rts/Schedule.c | |
parent | 1e8d1f1c6d85457c786b50b1e054facdb61cbae1 (diff) | |
download | haskell-9ec599634947e5d8fa2ce4ca3dcc7b27f81d6846.tar.gz |
rts/Schedule.c: remove unused variable
Differential Revision: https://phabricator.haskell.org/D1348
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r-- | rts/Schedule.c | 6 |
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. |