r9632 jmb - /branches/jmb/new-cache/content/llcache.c

netsurf at semichrome.net netsurf at semichrome.net
Wed Oct 14 15:23:16 BST 2009


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.c?rev=9632&r1=9631&r2=9632&view=diff
==============================================================================
--- 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;
 	}
 




More information about the netsurf-commits mailing list