moduleapi: Remove unused import of util.multitable
authorMatthew Wild <mwild1@gmail.com>
Thu, 19 Jul 2012 15:35:07 +0100
changeset 4954 318624ffe74e
parent 4952 0e9a5b63206a
child 4955 4f1b6a4784f9
moduleapi: Remove unused import of util.multitable
core/moduleapi.lua
--- 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