Skip to content

Commit d877d28

Browse files
Merge pull request #1292 from isaacsas/varmap_extraneous_line
Drop extraneous line in varmap_to_vars
2 parents 0a007be + 188e4e7 commit d877d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/variables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function varmap_to_vars(varmap, varlist; defaults=Dict(), check=true, toterm=Sym
4848

4949
if eltype(varmap) <: Pair # `varmap` is a dict or an array of pairs
5050
varmap = todict(varmap)
51-
rules = Dict(varmap)
5251
vals = _varmap_to_vars(varmap, varlist; defaults=defaults, check=check, toterm=toterm)
5352
else # plain array-like initialization
5453
vals = varmap

0 commit comments

Comments
 (0)