From ae7e8886f67a22bc85e7ff7e2b07ec55f77a4a2e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 6 Jun 2009 14:13:49 +0000 Subject: remove remnants --- src/http/ngx_http_file_cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http/ngx_http_file_cache.c') 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; } -- cgit