diff options
author | simonmar@microsoft.com <unknown> | 2007-12-13 15:09:46 +0000 |
---|---|---|
committer | simonmar@microsoft.com <unknown> | 2007-12-13 15:09:46 +0000 |
commit | 860da5c16d163ae7414344c3f14a34b2788e5814 (patch) | |
tree | 9a3b8d2995710fbea9a0ddbc54c281ad3a446c71 /includes/Storage.h | |
parent | 2f598b743015541103d175dd5b4fd5f1ba3f4a0d (diff) | |
download | haskell-860da5c16d163ae7414344c3f14a34b2788e5814.tar.gz |
remove declarations for variables that no longer exist
Diffstat (limited to 'includes/Storage.h')
-rw-r--r-- | includes/Storage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/Storage.h b/includes/Storage.h index 48b7ec307e..a40fd95596 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -173,9 +173,6 @@ extern bdescr * RTS_VAR(small_alloc_list); extern bdescr * RTS_VAR(large_alloc_list); extern bdescr * RTS_VAR(pinned_object_block); -extern StgPtr RTS_VAR(alloc_Hp); -extern StgPtr RTS_VAR(alloc_HpLim); - extern nat RTS_VAR(alloc_blocks); extern nat RTS_VAR(alloc_blocks_lim); |