OSDN Git Service

amdgpu: Fix a structure initialization issue
[android-x86/external-libdrm.git] / 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;