summaryrefslogtreecommitdiff
path: root/girepository/cmph/brz.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-30 18:23:09 -0400
committerColin Walters <walters@verbum.org>2012-10-30 18:23:09 -0400
commit4d671305adcd0e911cf282cc21010f44ef1d25b3 (patch)
treeb259c1300ee11f386f9b5fa96402b6e635e879d1 /girepository/cmph/brz.c
parent383b0bdcc8e295d06035768062389797d3ba9262 (diff)
downloadgobject-introspection-4d671305adcd0e911cf282cc21010f44ef1d25b3.tar.gz
cmph: Remove leftover statement-without-effect
Compiler warning introduced from MSVC patches.
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]);