mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 13:21:51 +00:00
Unused return value
This commit is contained in:
@@ -1384,7 +1384,6 @@ unsigned int _ht_remove(_ht_node_t* ht, void* key) {
|
||||
|
||||
mb_assert(ht && key);
|
||||
|
||||
bucket = _ht_find(ht, key);
|
||||
hash_code = ht->hash(ht, key);
|
||||
bucket = ht->array[hash_code];
|
||||
result = _ls_try_remove(bucket, key, _ls_cmp_extra);
|
||||
|
||||
Reference in New Issue
Block a user