Unverified Commit 0b26e389 authored by 丽媛自己动's avatar 丽媛自己动 Committed by GitHub
Browse files

Update documentation of _dictReset (#9908)

parent 1736fa4d
...@@ -93,8 +93,7 @@ uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) { ...@@ -93,8 +93,7 @@ uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) {
/* ----------------------------- API implementation ------------------------- */ /* ----------------------------- API implementation ------------------------- */
/* Reset a hash table already initialized with ht_init(). /* Reset hash table parameters already initialized with _dictInit()*/
* NOTE: This function should only be called by ht_destroy(). */
static void _dictReset(dict *d, int htidx) static void _dictReset(dict *d, int htidx)
{ {
d->ht_table[htidx] = NULL; d->ht_table[htidx] = NULL;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment