From 35cd1a79f7040f30ca2602f63994ced9c5adc118 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 16 May 2011 21:42:53 +0000 Subject: Squash static analyser warning svn path=/trunk/netsurf/; revision=12416 --- content/llcache.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/llcache.c') 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) { -- cgit v1.2.3