Skip to content

Commit b835447

Browse files
Fix linter issues
1 parent 74d8587 commit b835447

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apisix/plugins/limit-req/util.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
-- limitations under the License.
1616
--
1717
local math = require "math"
18-
local abs = math.abs
19-
local max = math.max
2018
local ngx_now = ngx.now
21-
local ngx_null = ngx.null
2219
local tonumber = tonumber
2320
local core = require("apisix.core")
2421

0 commit comments

Comments
 (0)