Sfoglia il codice sorgente

Mark unused variable bridge_ips in stage one analysis

Vecna 1 mese fa
parent
commit
851686cf94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/analysis.rs

+ 1 - 1
src/analysis.rs

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