summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-24 23:00:54 +0100
committerIan Lynagh <igloo@earth.li>2011-06-24 23:00:54 +0100
commit03e168143485873b3f4ccceee2943d5e14b0ac94 (patch)
tree2fe519f019b74552f3718026c7f6170ac378b8f0
parent1da90ff34e87c1765f3ce2a21f44e5bdc92e2689 (diff)
downloadhaskell-03e168143485873b3f4ccceee2943d5e14b0ac94.tar.gz
Remove unused variable
-rw-r--r--rts/sm/GCUtils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/sm/GCUtils.c b/rts/sm/GCUtils.c
index ef8d0bd56d..9efcb6f3be 100644
--- a/rts/sm/GCUtils.c
+++ b/rts/sm/GCUtils.c
@@ -91,9 +91,6 @@ bdescr *
grab_local_todo_block (gen_workspace *ws)
{
bdescr *bd;
- generation *gen;
-
- gen = ws->gen;
bd = ws->todo_overflow;
if (bd != NULL)