mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
[luacheck] fix (W211) unused variable gsub
This commit is contained in:
parent
520d138a78
commit
a95b4f19aa
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
local type = type
|
local type = type
|
||||||
local sub, byte, format = string.sub, string.byte, string.format
|
local sub, byte, format = string.sub, 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, ror, tohex = bit.band, bit.bor, bit.ror, bit.tohex
|
local band, bor, ror, tohex = bit.band, bit.bor, bit.ror, bit.tohex
|
||||||
|
Loading…
Reference in New Issue
Block a user