diff options
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r-- | net/http/http_cache.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index 8a44565..f1ddaf9 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -32,12 +32,6 @@ namespace net { -// disk cache entry data indices. -enum { - kResponseInfoIndex, - kResponseContentIndex -}; - //----------------------------------------------------------------------------- HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e) |