Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 14, 2019
1 parent f11fee2 commit 898e723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JuliaInterpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ julia> JuliaInterpreter.prepare_args(mymethod, [mymethod, 1, 2], [:verbose=>true
"""
function prepare_args(@nospecialize(f), allargs, kwargs)
if !isempty(kwargs)
of = f
f = Core.kwfunc(f)
allargs = [f,namedtuple(kwargs),allargs...]
elseif f === Core._apply
Expand Down

0 comments on commit 898e723

Please sign in to comment.