From 8ee84c85f038183be4f6d19b0123f85564d5174f Mon Sep 17 00:00:00 2001 From: Stimor Date: Mon, 29 Sep 2025 22:20:49 +0300 Subject: [PATCH] Update tools.lua --- src/websocket/tools.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/websocket/tools.lua b/src/websocket/tools.lua index 59586e3..4790b57 100644 --- a/src/websocket/tools.lua +++ b/src/websocket/tools.lua @@ -7,12 +7,9 @@ local band = bit.band local bnot = bit.bnot local lshift = bit.lshift local rshift = bit.rshift -local sunpack = string.unpack local srep = string.rep local schar = string.char -local tremove = table.remove local tinsert = table.insert -local tconcat = table.concat local mrandom = math.random local read_n_bytes = function(str, pos, n)