mod_storage_sql: Remove unused function argument [luacheck]

What was the intent of this argument anyways?
This commit is contained in:
Kim Alvefur 2018-10-10 21:23:35 +02:00
parent a19ac39844
commit c7ef245c0b

View file

@ -462,7 +462,7 @@ end
--- Initialization
local function create_table(engine, name) -- luacheck: ignore 431/engine
local function create_table(engine) -- luacheck: ignore 431/engine
local Table, Column, Index = sql.Table, sql.Column, sql.Index;
local ProsodyTable = Table {