From 2a0214c0b707c22ea13233e5394bad0da5db894f Mon Sep 17 00:00:00 2001 From: Cheyi Lin Date: Wed, 19 Jun 2013 22:59:34 +0800 Subject: [PATCH] remove duplicated declaration --- inspect.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/inspect.lua b/inspect.lua index db5230e..dd86321 100644 --- a/inspect.lua +++ b/inspect.lua @@ -10,7 +10,6 @@ local ipairs, pairs = ipairs, pairs local string = string local table = table local tostring = tostring -local rawget = rawget local pcall = pcall local getmetatable, setmetatable = getmetatable, setmetatable local rawget, rawset = rawget, rawset