Mark unused variable bridge_ips in stage one analysis

This commit is contained in:
Vecna 2024-04-18 22:42:27 -04:00
parent 36395181d3
commit 851686cf94
1 changed files with 1 additions and 1 deletions

View File

@ -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,