mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 03:30:22 +01:00
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>
This commit is contained in:
parent
0be850441f
commit
0f2f38bf06
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue