Remove inspect.lua from source.

This commit is contained in:
bakpakin
2015-04-25 21:02:13 +08:00
parent 39adae204b
commit dc3deab725
-3
View File
@@ -2,9 +2,6 @@
-- @author Calvin Rose -- @author Calvin Rose
local tiny = { _VERSION = "1.0.2" } local tiny = { _VERSION = "1.0.2" }
require "luarocks.loader"
local inspect = require "inspect"
-- Local versions of standard lua functions -- Local versions of standard lua functions
local tinsert = table.insert local tinsert = table.insert
local tremove = table.remove local tremove = table.remove