From: Sven Verdoolaege Date: Sun, 6 Sep 2009 11:40:24 +0000 (+0200) Subject: isl_hash.c: remove unused variable X-Git-Tag: isl-0.01~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b18cffcf511de9b8c569669c68ec27903410ed0;p=platform%2Fupstream%2Fisl.git isl_hash.c: remove unused variable --- diff --git a/isl_hash.c b/isl_hash.c index f751f46..0323798 100644 --- a/isl_hash.c +++ b/isl_hash.c @@ -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)