From fb7fcd0f0f664862392e41815f49fce26b7b6f3e Mon Sep 17 00:00:00 2001 From: Stimor Date: Mon, 29 Sep 2025 22:16:15 +0300 Subject: [PATCH] Update frame.lua Cut out the excess. --- src/websocket/frame.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/websocket/frame.lua b/src/websocket/frame.lua index 9888089..1c3fb37 100644 --- a/src/websocket/frame.lua +++ b/src/websocket/frame.lua @@ -3,12 +3,9 @@ local bit = require'websocket.bit' local band = bit.band local bxor = bit.bxor local bor = bit.bor -local tremove = table.remove -local srep = string.rep local ssub = string.sub local sbyte = string.byte local schar = string.char -local band = bit.band local rshift = bit.rshift local tinsert = table.insert local tconcat = table.concat