remove code disabled since 0.1.29 version

This commit is contained in:
Igor Sysoev 2010-03-03 15:14:04 +00:00
parent e0538991ff
commit ff1a888caf

View File

@ -132,10 +132,6 @@ static ngx_str_t ngx_http_status_lines[] = {
ngx_http_header_out_t ngx_http_headers_out[] = {
{ ngx_string("Server"), offsetof(ngx_http_headers_out_t, server) },
{ ngx_string("Date"), offsetof(ngx_http_headers_out_t, date) },
#if 0
{ ngx_string("Content-Type"),
offsetof(ngx_http_headers_out_t, content_type) },
#endif
{ ngx_string("Content-Length"),
offsetof(ngx_http_headers_out_t, content_length) },
{ ngx_string("Content-Encoding"),