Skip to content

Commit 76e6490

Browse files
authored
Merge pull request #1029 from JuliaControl/linearbug
Remove unused Polynomials constant from root_locus.jl
2 parents 057b916 + 6bdef90 commit 76e6490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ControlSystemsBase/src/root_locus.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const Polynomials = ControlSystemsBase.Polynomials
21
import ControlSystemsBase.RootLocusResult
32
@userplot Rlocusplot
43

@@ -309,4 +308,4 @@ Plot the root locus of the LTISystem `P` as computed by `rlocus`.
309308
else
310309
rlocus(p.args[1]; K=K)
311310
end
312-
end
311+
end

0 commit comments

Comments
 (0)