Skip to content

Commit 6658ba2

Browse files
optimize: remove unused code.
1 parent f36b206 commit 6658ba2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/ngx/ssl.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ if subsystem == 'http' then
125125
int ngx_http_lua_ffi_req_shared_ssl_ciphers(ngx_http_request_t *r,
126126
unsigned short *ciphers, unsigned short *nciphers,
127127
int filter_grease, char **err);
128-
129-
typedef struct {
130-
uint16_t nciphers;
131-
uint16_t ciphers[?];
132-
} ngx_lua_ssl_ciphers;
133128
]]
134129

135130
ngx_lua_ffi_ssl_set_der_certificate =

0 commit comments

Comments
 (0)