mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
[luacheck] fix (W211) unused variable sub & gsub
This commit is contained in:
parent
a95b4f19aa
commit
de238d1d17
@ -11,8 +11,8 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
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 = string.match, string.gmatch
|
||||||
local concat = table.concat
|
local concat = table.concat
|
||||||
local bit = require("bit")
|
local bit = require("bit")
|
||||||
local band, bor, tohex = bit.band, bit.bor, bit.tohex
|
local band, bor, tohex = bit.band, bit.bor, bit.tohex
|
||||||
|
Loading…
Reference in New Issue
Block a user