xf86drmHash: remove unused loop variable

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>
main
Eric Engestrom 2018-11-07 14:30:29 +00:00
parent 0be850441f
commit 0f2f38bf06
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ static unsigned long HashHash(unsigned long key)
drm_public void *drmHashCreate(void) drm_public void *drmHashCreate(void)
{ {
HashTablePtr table; HashTablePtr table;
int i;
table = drmMalloc(sizeof(*table)); table = drmMalloc(sizeof(*table));
if (!table) return NULL; if (!table) return NULL;