Mark unused variable bridge_ips in stage one analysis
This commit is contained in:
parent
36395181d3
commit
851686cf94
|
@ -280,7 +280,7 @@ impl Analyzer for NormalAnalyzer {
|
|||
fn stage_one(
|
||||
&self,
|
||||
_confidence: f64,
|
||||
bridge_ips: &[u32],
|
||||
_bridge_ips: &[u32],
|
||||
bridge_ips_today: u32,
|
||||
_negative_reports: &[u32],
|
||||
negative_reports_today: u32,
|
||||
|
|
Loading…
Reference in New Issue