diff options
author | Richard Hughes <richard@hughsie.com> | 2012-07-15 14:56:01 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2012-07-15 14:56:01 +0100 |
commit | 7f8bfdcae212441904185d3a7a3929287b878779 (patch) | |
tree | b5cc1f9e032af191355d5a43fa64313b1344f4ec | |
parent | c383ec4b0fae8b869a7ed9d57dd2d38759be8df7 (diff) |
trivial: remove some dead code found using clang
-rw-r--r-- | src/pk-backend-job.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pk-backend-job.c b/src/pk-backend-job.c index 2b7e95044..6849f970c 100644 --- a/src/pk-backend-job.c +++ b/src/pk-backend-job.c @@ -1281,9 +1281,6 @@ pk_backend_job_update_detail (PkBackendJob *job, g_object_ref (item), g_object_unref); pk_results_add_update_detail (job->priv->results, item); - - /* we parsed okay */ - ret = TRUE; out: if (item != NULL) g_object_unref (item); |