diff --git a/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs b/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs index 757919cd..fb2044ea 100644 --- a/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs +++ b/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs @@ -16,7 +16,6 @@ public partial class RoutingService var storage = _services.GetRequiredService(); _router = agent; - var states = _services.GetRequiredService(); var executor = _services.GetRequiredService();