From 5c5526421747fb3b4e5fdd1b1d2288ac4bd0296c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 8 Apr 2010 12:24:29 +0000 Subject: Remove todo -- no longer appropriate svn path=/trunk/netsurf/; revision=10302 --- content/llcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/llcache.c b/content/llcache.c index 8634a81a4..210d70901 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -1677,7 +1677,7 @@ nserror llcache_fetch_notmodified(llcache_object *object, /* Candidate is now our object */ *replacement = object->candidate; - /** \todo Ensure that old object gets flushed from the cache */ + /* Old object will be flushed from the cache on the next poll */ return NSERROR_OK; } -- cgit v1.2.3