From: simonmar@microsoft.com Date: Thu, 13 Dec 2007 15:09:46 +0000 (+0000) Subject: remove declarations for variables that no longer exist X-Git-Tag: Before_cabalised-GHC~274 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=860da5c16d163ae7414344c3f14a34b2788e5814;p=ghc-hetmet.git remove declarations for variables that no longer exist --- diff --git a/includes/Storage.h b/includes/Storage.h index 48b7ec3..a40fd95 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);