[luacheck] fix (W211) unused variable sub

This commit is contained in:
Francois Perrad 2016-07-16 15:56:50 +02:00
parent de238d1d17
commit 365445f2c0

View File

@ -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")