Skip to content

Commit 1b736bf

Browse files
committed
Requested cleanup of #if 1
1 parent 7b9c916 commit 1b736bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ngx_stream_lua_accessby.c

-2
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,9 @@ ngx_stream_lua_access_by_chunk(lua_State *L, ngx_stream_lua_request_t *r)
310310
}
311311
}
312312

313-
#if 1
314313
if (rc == NGX_OK) {
315314
return NGX_OK;
316315
}
317-
#endif
318316

319317
return NGX_DECLINED;
320318
}

0 commit comments

Comments
 (0)