Skip to content

Commit

Permalink
fix pipe variable 'ccf' set but not used
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfakang committed Sep 28, 2017
1 parent 089bb0b commit c8acf2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/os/unix/ngx_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ ngx_open_pipe(ngx_cycle_t *cycle, ngx_open_pipe_t *op)
u_char **argv;
ngx_pid_t pid;
sigset_t set;
ngx_core_conf_t *ccf;

ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module);

if (pipe(op->pfd) < 0) {
return NGX_ERROR;
Expand Down

0 comments on commit c8acf2a

Please sign in to comment.