From 573f49f56fd47ad60e198c7ccaa1805d9ee63c0d Mon Sep 17 00:00:00 2001 From: Ellen Emilia Anna Zscheile Date: Fri, 2 May 2025 01:53:49 +0200 Subject: [PATCH] chore(autorouter): fix warnings about unused RemoveBandsExecutionStepper --- src/autorouter/compare_detours.rs | 1 - src/autorouter/measure_length.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/autorouter/compare_detours.rs b/src/autorouter/compare_detours.rs index 6a410a6..699ae26 100644 --- a/src/autorouter/compare_detours.rs +++ b/src/autorouter/compare_detours.rs @@ -24,7 +24,6 @@ use crate::{ use super::{ autoroute::{AutorouteContinueStatus, AutorouteExecutionStepper}, invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles}, - remove_bands::RemoveBandsExecutionStepper, Autorouter, AutorouterError, AutorouterOptions, }; diff --git a/src/autorouter/measure_length.rs b/src/autorouter/measure_length.rs index 59cced3..16894cb 100644 --- a/src/autorouter/measure_length.rs +++ b/src/autorouter/measure_length.rs @@ -19,7 +19,6 @@ use crate::{ use super::{ invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles}, - remove_bands::RemoveBandsExecutionStepper, selection::BandSelection, Autorouter, AutorouterError, };