xf86drmHash: remove unused loop variable
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 7 Nov 2018 14:30:29 +0000 (14:30 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 9 Nov 2018 10:59:11 +0000 (10:59 +0000)
Reported-by: Jan Vesely <jano.vesely@gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
xf86drmHash.c

index 891b732..2cf2b80 100644 (file)
@@ -105,7 +105,6 @@ static unsigned long HashHash(unsigned long key)
 drm_public void *drmHashCreate(void)
 {
     HashTablePtr table;
-    int          i;
 
     table           = drmMalloc(sizeof(*table));
     if (!table) return NULL;