Remove old commented out cache configuration code

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-08-18 17:48:36 -07:00
parent e8690ef432
commit 24c1ca23a6

View File

@@ -141,10 +141,6 @@ public class CachePool {
mgr.addCache(c);
}
// mgr.addCache(disk(named("diff")));
// mgr.addCache(disk(tti(named("web_sessions"), D_SESSIONAGE)));
// mgr.addCache(ttl(named("openid"), 5));
return mgr;
}