summaryrefslogtreecommitdiff
path: root/girepository/cmph/brz.c
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/cmph/brz.c')
-rwxr-xr-xgirepository/cmph/brz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/girepository/cmph/brz.c b/girepository/cmph/brz.c
index d1079c22..cd35c8d8 100755
--- a/girepository/cmph/brz.c
+++ b/girepository/cmph/brz.c
@@ -672,7 +672,6 @@ static cmph_uint32 brz_bmz8_search(brz_data_t *brz, const char *key, cmph_uint32
n = (cmph_uint32)ceil(brz->c * m);
h1 = hash(brz->h1[h0], key, keylen) % n;
h2 = hash(brz->h2[h0], key, keylen) % n;
- mphf_bucket;
if (h1 == h2 && ++h2 >= n) h2 = 0;
mphf_bucket = (cmph_uint8)(brz->g[h0][h1] + brz->g[h0][h2]);