diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_event_conn_job_sendfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_event_conn_job_sendfile.c b/src/nxt_event_conn_job_sendfile.c index 15d7fe1d..80a292a0 100644 --- a/src/nxt_event_conn_job_sendfile.c +++ b/src/nxt_event_conn_job_sendfile.c @@ -7,8 +7,6 @@ #include <nxt_main.h> -#if (NXT_THREADS) - typedef struct { nxt_job_t job; nxt_buf_t *out; @@ -257,5 +255,3 @@ nxt_event_conn_job_sendfile_completion(nxt_task_t *task, nxt_conn_t *c, return b; } - -#endif |