summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-11-09 20:02:50 +0000
committerRichard Hughes <richard@hughsie.com>2016-11-09 20:02:50 +0000
commit19e40190d114255fbb4a977a6eb00d3716904ceb (patch)
tree071b06e67e92458e14fcda36135947d6477bd1d1
parent2c11f97ac63be92701272788fa9b0007c962be7b (diff)
downloadcolord-19e40190d114255fbb4a977a6eb00d3716904ceb.tar.gz
trivial: Remove some dead code
-rw-r--r--client/cd-it8.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/cd-it8.c b/client/cd-it8.c
index 987776a..b482c5d 100644
--- a/client/cd-it8.c
+++ b/client/cd-it8.c
@@ -307,9 +307,6 @@ cd_util_create_cmf (CdUtilPrivate *priv,
/* save */
file = g_file_new_for_path (values[0]);
ret = cd_it8_save_to_file (cmf, file, error);
- if (!ret)
- goto out;
-out:
for (i = 0; i < 3; i++) {
if (spectrum[i] != NULL)
cd_spectrum_free (spectrum[i]);