Skip to content

Commit 6fc408b

Browse files
committed
Remove unused Lua functions
1 parent f96d8e8 commit 6fc408b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/resources/filters/common/table.lua

-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ function tcontains(t,value)
4646
return false
4747
end
4848

49-
-- clear a table
50-
function tclear(t)
51-
for k,v in pairs(t) do
52-
t[k] = nil
53-
end
54-
end
55-
5649
-- get keys from table
5750
function tkeys(t)
5851
local keyset=pandoc.List({})

0 commit comments

Comments
 (0)