diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-12-31 10:42:41 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-12-31 10:42:41 +0000 |
commit | 2aa633c256760cef04bc388f817a28436f1e3865 (patch) | |
tree | 2b1f66f5382a7cf161dfa453a9879954292c8aef | |
parent | 53aa3da2f606dc2f7248e556152a5f04b95b2dbd (diff) | |
download | haskell-2aa633c256760cef04bc388f817a28436f1e3865.tar.gz |
Remove declaration of non-existent mark_splim
-rw-r--r-- | rts/sm/GC.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/sm/GC.h b/rts/sm/GC.h index cddba0099e..e871f4c56c 100644 --- a/rts/sm/GC.h +++ b/rts/sm/GC.h @@ -29,7 +29,6 @@ extern rtsBool major_gc; extern bdescr *mark_stack_bd; extern bdescr *mark_stack_top_bd; extern StgPtr mark_sp; -extern StgPtr mark_splim; extern long copied; |