From 860da5c16d163ae7414344c3f14a34b2788e5814 Mon Sep 17 00:00:00 2001 From: "simonmar@microsoft.com" Date: Thu, 13 Dec 2007 15:09:46 +0000 Subject: [PATCH] remove declarations for variables that no longer exist --- includes/Storage.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 1.7.10.4