Remove inspect.lua from source.

This commit is contained in:
bakpakin 2015-04-25 21:02:13 +08:00
parent 39adae204b
commit dc3deab725

View File

@ -2,9 +2,6 @@
-- @author Calvin Rose
local tiny = { _VERSION = "1.0.2" }
require "luarocks.loader"
local inspect = require "inspect"
-- Local versions of standard lua functions
local tinsert = table.insert
local tremove = table.remove