summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 893c505fb..80a3f1004 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -454,9 +454,6 @@ nserror llcache_handle_abort(llcache_handle *handle)
/* Add new object to uncached list */
llcache_object_add_to_list(newobject,
&llcache_uncached_objects);
-
- /* And use it from now on. */
- object = newobject;
} else {
/* We're the only user, so abort any fetch in progress */
if (object->fetch.fetch != NULL) {