Squash static analyser warning

svn path=/trunk/netsurf/; revision=12419
This commit is contained in:
John Mark Bell 2011-05-16 21:49:21 +00:00
parent da7c3c10bc
commit 1b8ff87c23

View File

@ -164,10 +164,9 @@ nserror content_llcache_callback(llcache_handle *llcache,
break;
case LLCACHE_EVENT_DONE:
{
const uint8_t *source;
size_t source_size;
source = llcache_handle_get_source_data(llcache, &source_size);
(void) llcache_handle_get_source_data(llcache, &source_size);
content_set_status(c, messages_get("Processing"), source_size);
content_broadcast(c, CONTENT_MSG_STATUS, msg_data);