mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_storage_sql: Remove unused function argument [luacheck]
What was the intent of this argument anyways?
This commit is contained in:
parent
a19ac39844
commit
c7ef245c0b
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ end
|
||||||
--- Initialization
|
--- 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 Table, Column, Index = sql.Table, sql.Column, sql.Index;
|
||||||
|
|
||||||
local ProsodyTable = Table {
|
local ProsodyTable = Table {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue