mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
removed trim space function call (#4638)
This commit is contained in:
parent
5095758db2
commit
1ef27ad7ff
2 changed files with 0 additions and 10 deletions
|
|
@ -3951,13 +3951,6 @@ end
|
|||
function table.has_key(table, key)
|
||||
return table[key] ~= nil
|
||||
end
|
||||
-- ###########################################
|
||||
|
||||
function string.rtrim(s)
|
||||
local n = #s
|
||||
while n > 0 and s:find("^%s", n) do n = n - 1 end
|
||||
return s:sub(1, n)
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue