mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
[luacheck] fix (W211) unused variable sub
This commit is contained in:
parent
de238d1d17
commit
365445f2c0
@ -13,7 +13,7 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
local type = type
|
local type = type
|
||||||
local sub, byte, format = string.sub, string.byte, string.format
|
local byte, format = string.byte, string.format
|
||||||
local match, gmatch, gsub = string.match, string.gmatch, string.gsub
|
local match, gmatch, gsub = string.match, string.gmatch, string.gsub
|
||||||
local concat = table.concat
|
local concat = table.concat
|
||||||
local bit = require("bit")
|
local bit = require("bit")
|
||||||
|
Loading…
Reference in New Issue
Block a user