From 6bdef90bce17d23928d963f80511c19e546c5a3b Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Tue, 2 Dec 2025 14:55:43 +0100 Subject: [PATCH] Remove unused Polynomials constant from root_locus.jl --- lib/ControlSystemsBase/src/root_locus.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ControlSystemsBase/src/root_locus.jl b/lib/ControlSystemsBase/src/root_locus.jl index 1ca76093b..fb2f21ece 100644 --- a/lib/ControlSystemsBase/src/root_locus.jl +++ b/lib/ControlSystemsBase/src/root_locus.jl @@ -1,4 +1,3 @@ -const Polynomials = ControlSystemsBase.Polynomials import ControlSystemsBase.RootLocusResult @userplot Rlocusplot @@ -309,4 +308,4 @@ Plot the root locus of the LTISystem `P` as computed by `rlocus`. else rlocus(p.args[1]; K=K) end -end \ No newline at end of file +end