summaryrefslogtreecommitdiff
path: root/lib/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.h')
-rw-r--r--lib/hash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/hash.h b/lib/hash.h
index ec3766eaaa..6ce29f0426 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -64,9 +64,6 @@ struct hash {
/* Hash table size. Must be power of 2 */
unsigned int size;
- /* If expansion failed. */
- int no_expand;
-
/* Key make function. */
unsigned int (*hash_key)(void *);