summaryrefslogtreecommitdiff
path: root/source3/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/hash.c')
-rw-r--r--source3/lib/hash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/hash.c b/source3/lib/hash.c
index cfb34a5488..c96315f37e 100644
--- a/source3/lib/hash.c
+++ b/source3/lib/hash.c
@@ -320,9 +320,5 @@ BOOL hash_clear(hash_table *table)
free((char *) table->buckets);
table->buckets = NULL;
- /* Reinitialize the hash table. */
- if(!hash_table_init(table, 0, table->comp_func))
- return False;
-
return True;
}