From b5bde8453b129f3f16a7e8385de58f00a50aa6c0 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Wed, 7 Sep 2016 11:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/mesa_fuzzy.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/entry/mesa_fuzzy.c b/src/entry/mesa_fuzzy.c index fdb8595..b529ad9 100644 --- a/src/entry/mesa_fuzzy.c +++ b/src/entry/mesa_fuzzy.c @@ -15,14 +15,6 @@ const char * sfh_b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; - -struct entry -{ - unsigned int * r_array; - unsigned int r_index; - unsigned int r_size; -}; - double get_rs_entropy(unsigned int * r_array, unsigned int r_index); int loop_cmp(const void * a, const void * b); void sfh_rs_entropy(IVI_seg_t * seg, void * user_para);