From 904416f4631d842a105851b4a9931ae17822a107 Mon Sep 17 00:00:00 2001 From: Ludwig Krispenz Date: Jul 30 2013 09:29:47 +0000 Subject: fix compiler warning --- diff --git a/ldap/servers/plugins/acl/aclutil.c b/ldap/servers/plugins/acl/aclutil.c index 2002276..4f81bc0 100644 --- a/ldap/servers/plugins/acl/aclutil.c +++ b/ldap/servers/plugins/acl/aclutil.c @@ -1400,7 +1400,6 @@ void acl_ht_add_and_freeOld(acl_ht_t * acl_ht, void acl_ht_remove_and_free(acl_ht_t * acl_ht, PLHashNumber key){ char *old_value = NULL; - uintptr_t pkey = (uintptr_t)key; if ( (old_value = (char *)acl_ht_lookup( acl_ht, key)) != NULL ) { acl_ht_remove( acl_ht, key);