diff options
-rw-r--r-- | src/common/ht.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/ht.h b/src/common/ht.h index 41ebf41b2f..a83e093264 100644 --- a/src/common/ht.h +++ b/src/common/ht.h @@ -88,7 +88,6 @@ ht_string_hash(const char *s) #define _HT_SET_HASH(elm, field, hashfn) \ do { \ - elm->field.hte_next = NULL; \ elm->field.hte_hash = hashfn(elm); \ } while (0) |