From 0f2f38bf06ad6211fdfb07e5a4edace07e86f0fc Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 7 Nov 2018 14:30:29 +0000 Subject: [PATCH] xf86drmHash: remove unused loop variable Reported-by: Jan Vesely Signed-off-by: Eric Engestrom Reviewed-by: Jan Vesely --- xf86drmHash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xf86drmHash.c b/xf86drmHash.c index 891b7326..2cf2b80e 100644 --- a/xf86drmHash.c +++ b/xf86drmHash.c @@ -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;