Skip to content

Commit 0493b5d

Browse files
committed
remove lines
1 parent 5bcfdff commit 0493b5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/systems/optimization/constraints_system.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ struct ConstraintsSystem <: AbstractTimeIndependentSystem
8989
tearing_state = nothing, substitutions = nothing,
9090
complete = false, index_cache = nothing;
9191
checks::Union{Bool, Int} = true)
92-
9392
if checks == true || (checks & CheckUnits) > 0
9493
u = __get_unit_type(unknowns, ps)
9594
check_units(u, constraints)
@@ -254,4 +253,3 @@ function get_cmap(sys::ConstraintsSystem, exprs = nothing)
254253
cmap = map(x -> x ~ getdefault(x), cs)
255254
return cmap, cs
256255
end
257-

0 commit comments

Comments
 (0)