Skip to content

Commit d4d2988

Browse files
author
aviram
committed
Removed unneeded variable.
1 parent e1281a2 commit d4d2988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngx_http_lua_headers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ ngx_http_lua_ngx_req_header_set_helper(lua_State *L)
604604
size_t len;
605605
ngx_int_t rc;
606606
ngx_uint_t n;
607-
int replace_underscores = 1;
608607

609608
r = ngx_http_lua_get_req(L);
610609
if (r == NULL) {

0 commit comments

Comments
 (0)