summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content.c b/content/content.c
index c2bc5902b..e4fbcc86d 100644
--- a/content/content.c
+++ b/content/content.c
@@ -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);