Skip to content

Commit 155f831

Browse files
committed
remove unused
1 parent 82c004e commit 155f831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/vm/compiler.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,6 @@ end
10351035
local function compileFunctionParam(func, source)
10361036
-- local call ---@type fun(f: fun(x: number));call(function (x) end) --> x -> number
10371037
local funcNode = vm.compileNode(func)
1038-
local hasDocArg
10391038
for n in funcNode:eachObject() do
10401039
if n.type == 'doc.type.function' then
10411040
for index, arg in ipairs(n.args) do

0 commit comments

Comments
 (0)