File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 44local ffi = require ' ffi'
55local ffi_new = ffi .new
66local error = error
7- local setmetatable = setmetatable
8- local floor = math.floor
97local ceil = math.ceil
108
119
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ local error = error
99local base = require " resty.core.base"
1010local get_string_buf = base .get_string_buf
1111local get_size_ptr = base .get_size_ptr
12- local base = require " resty.core.base"
1312local getfenv = getfenv
1413local co_yield = coroutine ._yield
1514
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ local lrucache = require "resty.lrucache"
1010local lrucache_get = lrucache .get
1111local lrucache_set = lrucache .set
1212local ffi_string = ffi .string
13- local ffi_new = ffi .new
1413local ffi_gc = ffi .gc
1514local ffi_copy = ffi .copy
1615local ffi_cast = ffi .cast
@@ -21,21 +20,13 @@ local lshift = bit.lshift
2120local sub = string.sub
2221local fmt = string.format
2322local byte = string.byte
24- local setmetatable = setmetatable
25- local concat = table.concat
2623local ngx = ngx
2724local type = type
2825local tostring = tostring
2926local error = error
3027local get_string_buf = base .get_string_buf
3128local get_string_buf_size = base .get_string_buf_size
32- local get_size_ptr = base .get_size_ptr
3329local new_tab = base .new_tab
34- local floor = math.floor
35- local print = print
36- local tonumber = tonumber
37- local ngx_log = ngx .log
38- local ngx_ERR = ngx .ERR
3930
4031
4132if not ngx .re then
You can’t perform that action at this time.
0 commit comments