删除未使用变量。

This commit is contained in:
zhengchao
2016-06-23 16:13:40 +08:00
parent ec5d5b171d
commit 5849385506

View File

@@ -888,7 +888,6 @@ struct _Maat_scanner_t* create_maat_scanner(unsigned int version,_Maat_feather_t
MESA_lqueue_head tomb=feather->garbage_q; MESA_lqueue_head tomb=feather->garbage_q;
// int rs_scan_type=feather->rule_scan_type; // int rs_scan_type=feather->rule_scan_type;
struct _Maat_table_info_t ** pp_table=feather->p_table_info; struct _Maat_table_info_t ** pp_table=feather->p_table_info;
int table_cnt=feather->table_cnt;
int i=0,j=0; int i=0,j=0;
unsigned int sub_type=0; unsigned int sub_type=0;