aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_file_cache.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-06 14:13:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-06 14:13:49 +0000
commitae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e (patch)
tree8361ca95118c0134e8dbb71b07e27e602ca85c82 /src/http/ngx_http_file_cache.c
parent366bf71b820d662da31caf284643ede0cc9c311f (diff)
downloadnginx-ae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e.tar.gz
nginx-ae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e.zip
remove remnants
Diffstat (limited to 'src/http/ngx_http_file_cache.c')
-rw-r--r--src/http/ngx_http_file_cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c
index 23e3503e0..0893c15d0 100644
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -340,8 +340,6 @@ ngx_http_file_cache_open(ngx_http_request_t *r)
return NGX_HTTP_CACHE_STALE;
}
- /* TODO: NGX_HTTP_CACHE_AGED */
-
return NGX_OK;
}