Skip to content

Commit 6e57098

Browse files
committed
up
1 parent e4c3e4e commit 6e57098

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dsl.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ function read_equations_options(options, syms_declared; requiredec = false)
718718
# When this is the case, the variable X and differential D are extracted (for automatic declaration).
719719
# Also performs simple error checks.
720720
vars_extracted = OrderedSet{Union{Symbol, Expr}}()
721-
excluded_syms = syms_declared
722721
add_default_diff = false
723722
for eq in equations
724723
if (eq.head != :call) || (eq.args[1] != :~)

0 commit comments

Comments
 (0)