diff options
author | Ruslan Ermilov <ru@nginx.com> | 2016-09-20 12:30:52 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2016-09-20 12:30:52 +0300 |
commit | 1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b (patch) | |
tree | b7d0e3e028ec8e9c8cdb3658432222dca3afed89 /src/core/ngx_buf.h | |
parent | f8a9d528df92c7634088e575e5c3d63a1d4ab8ea (diff) | |
download | nginx-1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b.tar.gz nginx-1fd83ac0c83b2ffffbe5fdbaec61be4f1b39171b.zip |
Removed influence of some options on structures.
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r-- | src/core/ngx_buf.h | 2 |
1 files changed, 0 insertions, 2 deletions
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) |