void axl_hash_remove ( axlHash hash,
axlPointer  key 
)

Allows to remove the selected pair key/value on the provided hash table.

The function will remevo the item but it will not resize the table due to it. The function will call to the key destroy and data destroy function if they were defined at the insertion time (axl_hash_insert_full).

Parameters:
hash The hash table where the removal operation will be performed.
key The key to lookup to be removed.