[gobject-introspection] cmph: Remove leftover statement-without-effect



commit 4d671305adcd0e911cf282cc21010f44ef1d25b3
Author: Colin Walters <walters verbum org>
Date:   Tue Oct 30 18:23:09 2012 -0400

    cmph: Remove leftover statement-without-effect
    
    Compiler warning introduced from MSVC patches.

 girepository/cmph/brz.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/girepository/cmph/brz.c b/girepository/cmph/brz.c
index d1079c2..cd35c8d 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]); 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]