Removed unneeded exports
This commit is contained in:
parent
cc7e96e352
commit
8e00d27ae7
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ local string = require "string"
|
||||||
local coroutine = require "coroutine"
|
local coroutine = require "coroutine"
|
||||||
|
|
||||||
local getmetatable, setmetatable = getmetatable, setmetatable
|
local getmetatable, setmetatable = getmetatable, setmetatable
|
||||||
local getfenv, setfenv = getfenv, setfenv
|
|
||||||
local rawget, rawset, unpack = rawget, rawset, unpack
|
local rawget, rawset, unpack = rawget, rawset, unpack
|
||||||
local tostring, type, assert = tostring, type, assert
|
local tostring, type, assert = tostring, type, assert
|
||||||
local ipairs, pairs, loadstring = ipairs, pairs, loadstring
|
local ipairs, pairs, loadstring = ipairs, pairs, loadstring
|
||||||
|
|
Loading…
Reference in a new issue