diff options
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index e6c05eb4..b37847b7 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -4193,8 +4193,6 @@ ngx_http_js_server(njs_vm_t *vm, ngx_http_request_t *r, unsigned flags, } return NJS_OK; - - return NJS_OK; } |