Software /
code /
prosody
Diff
core/moduleapi.lua @ 5024:d25e1b9332cc
Merge with Florob
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Jul 2012 01:14:31 +0100 |
parent | 5021:85b2689dbcfe |
parent | 4954:318624ffe74e |
child | 5053:375ab71e4b37 |
line wrap: on
line diff
--- a/core/moduleapi.lua Sat Jun 09 02:27:44 2012 +0200 +++ b/core/moduleapi.lua Sat Jul 28 01:14:31 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, type = error, setmetatable, type; local ipairs, pairs, select, unpack = ipairs, pairs, select, unpack; @@ -338,4 +336,4 @@ return io.open(path, mode); end -return api; +return api; \ No newline at end of file