Explorar el Código

Mark unused variable bridge_ips in stage one analysis

Vecna hace 1 mes
padre
commit
851686cf94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,