Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Nov 17, 2024
1 parent 29c4526 commit 7417bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function _parse_vars(macroname, type, x, transform=identity)
isruntime, fname = unwrap_runtime_var(v.args[1])
call_args = map(lastunwrap_runtime_var, @view v.args[2:end])
var_name, expr = construct_vars(macroname, fname, type′, call_args, val, options, transform, isruntime)

else
var_name, expr = construct_vars(macroname, v, type′, nothing, val, options, transform, isruntime)
end
Expand Down

0 comments on commit 7417bfe

Please sign in to comment.