Diff

core/moduleapi.lua @ 4956:bc26e6d519ae

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 19 Jul 2012 15:36:31 +0100
parent 4954:318624ffe74e
child 5024:d25e1b9332cc
line wrap: on
line diff
--- a/core/moduleapi.lua	Mon Jul 09 02:36:09 2012 +0100
+++ b/core/moduleapi.lua	Thu Jul 19 15:36: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, 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