summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/htsinthash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsinthash.c b/src/htsinthash.c
index b45fed7..0bd0f42 100644
--- a/src/htsinthash.c
+++ b/src/htsinthash.c
@@ -557,7 +557,7 @@ static int inthash_write_value_(inthash hashtable, const char *name,
/* we are looping (back to same hash) */
/* TODO FIXME: we should actually check the positions */
- if (cuckoo_hash == initial_cuckoo_hash && 0) {
+ if (cuckoo_hash == initial_cuckoo_hash) {
/* emergency stash */
break;
}