fix warning
authorSimon Marlow <marlowsd@gmail.com>
Wed, 2 Feb 2011 16:04:15 +0000 (16:04 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 2 Feb 2011 16:04:15 +0000 (16:04 +0000)
rts/sm/Storage.c

index 6c11065..ae3433a 100644 (file)
@@ -835,8 +835,7 @@ lnat calcLiveWords (void)
 {
     nat g;
     lnat live;
-    generation *gen;
-    
+
     live = 0;
     for (g = 0; g < RtsFlags.GcFlags.generations; g++) {
         live += genLiveWords(&generations[g]);