From 1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 Sep 2016 12:30:52 +0300 Subject: Removed influence of some options on structures. --- src/core/ngx_buf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/ngx_buf.h') diff --git a/src/core/ngx_buf.h b/src/core/ngx_buf.h index f652b20ef..00522cce5 100644 --- a/src/core/ngx_buf.h +++ b/src/core/ngx_buf.h @@ -85,9 +85,7 @@ struct ngx_output_chain_ctx_s { unsigned sendfile:1; unsigned directio:1; -#if (NGX_HAVE_ALIGNED_DIRECTIO) unsigned unaligned:1; -#endif unsigned need_in_memory:1; unsigned need_in_temp:1; #if (NGX_HAVE_FILE_AIO || NGX_THREADS) -- cgit