From 898e723086665e7ccf6f743016e2e62898436cd8 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Thu, 14 Feb 2019 14:15:15 +0100 Subject: [PATCH] remove unused variable --- src/JuliaInterpreter.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/JuliaInterpreter.jl b/src/JuliaInterpreter.jl index 25b3e84600de9e..883d8ccb6ac883 100644 --- a/src/JuliaInterpreter.jl +++ b/src/JuliaInterpreter.jl @@ -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