isl_hash.c: remove unused variable
authorSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 11:40:24 +0000 (13:40 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 15:57:15 +0000 (17:57 +0200)
isl_hash.c

index f751f46..0323798 100644 (file)
@@ -100,7 +100,7 @@ void isl_hash_table_remove(struct isl_ctx *ctx,
                                struct isl_hash_table *table,
                                struct isl_hash_table_entry *entry)
 {
-       int h, h2, last_h;
+       int h, h2;
        size_t size;
 
        if (!table || !entry)