Software /
code /
prosody
Changeset
4954:318624ffe74e
moduleapi: Remove unused import of util.multitable
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 19 Jul 2012 15:35:07 +0100 |
parents | 4952:0e9a5b63206a |
children | 4955:4f1b6a4784f9 |
files | core/moduleapi.lua |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/core/moduleapi.lua Mon Jul 09 02:35:47 2012 +0100 +++ b/core/moduleapi.lua Thu Jul 19 15:35:07 2012 +0100 @@ -14,8 +14,6 @@ local pluginloader = require "util.pluginloader"; local timer = require "util.timer"; -local multitable_new = require "util.multitable".new; - local t_insert, t_remove, t_concat = table.insert, table.remove, table.concat; local error, setmetatable, setfenv, type = error, setmetatable, setfenv, type; local ipairs, pairs, select, unpack = ipairs, pairs, select, unpack; @@ -339,4 +337,4 @@ return io.open(path, mode); end -return api; +return api; \ No newline at end of file