From 9d0c072038f79d66cd1fc47d9cc7c16fb10d5219 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Fri, 24 Nov 2006 17:59:00 +0000 Subject: [PATCH] Warning police: Removed unused variable --- rts/Linker.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rts/Linker.c b/rts/Linker.c index d508216..207d485 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -95,8 +95,6 @@ static /*Str*/HashTable *symhash; /* Hash table mapping symbol names to StgStablePtr */ static /*Str*/HashTable *stablehash; -static unsigned int RPT_size = 0; - /* List of currently loaded objects */ ObjectCode *objects = NULL; /* initially empty */ -- 1.7.10.4