aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-07-11 19:07:38 +0200
committerKim Alvefur <zash@zash.se>2022-07-11 19:07:38 +0200
commit5251c9b686fc7885c1213cc2580d66ebda2dda9b (patch)
tree96f83b3f1c7bcbefa7d7ed15800a52812a136f54 /tools
parentd055a704d84e5a0ddbd0e31c7a8e19ef75a49952 (diff)
downloadprosody-5251c9b686fc7885c1213cc2580d66ebda2dda9b.tar.gz
prosody-5251c9b686fc7885c1213cc2580d66ebda2dda9b.zip
compat: Remove handling of Lua 5.1 location of 'unpack' function
Diffstat (limited to 'tools')
-rw-r--r--tools/modtrace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/modtrace.lua b/tools/modtrace.lua
index 45fa9f6a..f31ce2d1 100644
--- a/tools/modtrace.lua
+++ b/tools/modtrace.lua
@@ -10,7 +10,7 @@
local t_pack = require "util.table".pack;
local serialize = require "util.serialization".serialize;
-local unpack = table.unpack or unpack; --luacheck: ignore 113
+local unpack = table.unpack;
local set = require "util.set";
local serialize_cfg = {