diff --git a/table.lua b/table.lua index 2850bc4..c4d98ab 100644 --- a/table.lua +++ b/table.lua @@ -335,7 +335,6 @@ function deepcopy(table) return _deepcopy(table) end -tablecopy = deepcopy --! deprecated alias copy = deepcopy function count(table)