Skip to content

Commit 834771b

Browse files
committed
optimize: removed one line of useless code. thanks hamza for the patch in openresty#13.
1 parent 2186d3f commit 834771b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resty/upload.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
local sub = string.sub
55
local req_socket = ngx.req.socket
6-
local null = ngx.null
76
local match = string.match
87
local setmetatable = setmetatable
98
local error = error

0 commit comments

Comments
 (0)