remove declarations for variables that no longer exist
authorsimonmar@microsoft.com <unknown>
Thu, 13 Dec 2007 15:09:46 +0000 (15:09 +0000)
committersimonmar@microsoft.com <unknown>
Thu, 13 Dec 2007 15:09:46 +0000 (15:09 +0000)
includes/Storage.h

index 48b7ec3..a40fd95 100644 (file)
@@ -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);