void GB.HashTable.remove ( GB_HASHTABLE hash , const char * key , long len)
Removes a data from the hash table.
hash is a pointer to a hash table.
key is the key.
len is the length of the key.
If no data were associated with the specified key, nothing happens.