Remove todo -- no longer appropriate

svn path=/trunk/netsurf/; revision=10302
This commit is contained in:
Daniel Silverstone 2010-04-08 12:24:29 +00:00
parent 45faa483e5
commit 5c55264217
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}