Skip to content

Commit

Permalink
Merge pull request #27 from JuliaDebug/KristofferC-patch-2
Browse files Browse the repository at this point in the history
remove unused variable
  • Loading branch information
timholy authored Feb 14, 2019
2 parents f11fee2 + 898e723 commit 64a30aa
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 64a30aa

Please sign in to comment.