Author: jmb
Date: Wed Oct 14 09:23:14 2009
New Revision: 9632
URL:
http://source.netsurf-browser.org?rev=9632&view=rev
Log:
Purge some redundant todos
Modified:
branches/jmb/new-cache/content/llcache.c
Modified: branches/jmb/new-cache/content/llcache.c
URL:
http://source.netsurf-browser.org/branches/jmb/new-cache/content/llcache....
==============================================================================
--- branches/jmb/new-cache/content/llcache.c (original)
+++ branches/jmb/new-cache/content/llcache.c Wed Oct 14 09:23:14 2009
@@ -881,8 +881,6 @@
* DONE : on transition from DATA -> COMPLETE state
*/
- /** \todo How are we going to handle errors here? */
-
for (user = object->users; user != NULL; user = user->next) {
/* Emit necessary events to bring the user up-to-date */
llcache_handle *handle = &user->handle;
@@ -1166,7 +1164,6 @@
/* Make target absolute */
result = url_join(target, object->url, &absurl);
if (result != URL_FUNC_OK) {
- /** \todo handle error */
return NSERROR_NOMEM;
}
@@ -1177,7 +1174,6 @@
free(absurl);
if (result != URL_FUNC_OK) {
- /** \todo handle error */
return NSERROR_NOMEM;
}