From dc3deab725d5ceb7c91e3dc10a3f2bc6a93f1167 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sat, 25 Apr 2015 21:02:13 +0800 Subject: [PATCH] Remove inspect.lua from source. --- tiny.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/tiny.lua b/tiny.lua index 4b16f8b..0116070 100644 --- a/tiny.lua +++ b/tiny.lua @@ -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