elua: remove leftover

This commit is contained in:
Daniel Kolesa 2014-05-01 14:07:04 +01:00 committed by Daniel Kolesa
parent 98192dd8c3
commit 176e41020d
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ local build_calln = function(tps, expr, tp, isin)
}
end
local build_tp = function(tps)
return table.concat(buf, "_")
end
local typeconv_in = function(tps, tp, expr, isconst, isptr)
if isptr then
local passtp = (isconst and "const " or "") .. tp