Skip to content

Commit f1be855

Browse files
committed
style: remove unused variable
1 parent f4fa4bc commit f1be855

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/ngx/ssl.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ local error = error
1414
local tonumber = tonumber
1515
local errmsg = base.get_errmsg_ptr()
1616
local get_string_buf = base.get_string_buf
17-
local get_string_buf_size = base.get_string_buf_size
1817
local get_size_ptr = base.get_size_ptr
1918
local FFI_DECLINED = base.FFI_DECLINED
2019
local FFI_OK = base.FFI_OK
@@ -81,7 +80,6 @@ local _M = { version = base.version }
8180

8281
local charpp = ffi.new("char*[1]")
8382
local intp = ffi.new("int[1]")
84-
local err_buf = ffi.new("unsigned char *[1]")
8583

8684

8785
function _M.clear_certs()

0 commit comments

Comments
 (0)