chore(autorouter): fix warnings about unused RemoveBandsExecutionStepper

This commit is contained in:
Ellen Emilia Anna Zscheile 2025-05-02 01:53:49 +02:00
parent c74e593c2d
commit 573f49f56f
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ use crate::{
use super::{
autoroute::{AutorouteContinueStatus, AutorouteExecutionStepper},
invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles},
remove_bands::RemoveBandsExecutionStepper,
Autorouter, AutorouterError, AutorouterOptions,
};

View File

@ -19,7 +19,6 @@ use crate::{
use super::{
invoker::{GetGhosts, GetMaybeNavcord, GetMaybeNavmesh, GetNavmeshDebugTexts, GetObstacles},
remove_bands::RemoveBandsExecutionStepper,
selection::BandSelection,
Autorouter, AutorouterError,
};