summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-01 09:10:03 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-01 09:10:03 +0100
commitcd78adfad03eb0d788f559909522d4a72351cb64 (patch)
tree46867b1f0178c6df82703de06fcdc9aaee508e80 /client
parente0b99446b970af34a595edbc07d31e02928bd3f1 (diff)
downloadappstream-glib-cd78adfad03eb0d788f559909522d4a72351cb64.tar.gz
Remove functionality processing an old metadata file
Without the CacheID it's no longer useful.
Diffstat (limited to 'client')
-rw-r--r--client/as-builder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/as-builder.c b/client/as-builder.c
index d0dd0c5..cf68fd0 100644
--- a/client/as-builder.c
+++ b/client/as-builder.c
@@ -186,10 +186,11 @@ main (int argc, char **argv)
/* no longer threaded */
if (max_threads > 0)
g_print ("--max-threads now does nothing and will be removed in future versions");
+ if (old_metadata != NULL)
+ g_print ("--old-metadata now does nothing and will be removed in future versions");
ctx = asb_context_new ();
asb_context_set_api_version (ctx, 0.8);
- asb_context_set_old_metadata (ctx, old_metadata);
asb_context_set_log_dir (ctx, log_dir);
asb_context_set_temp_dir (ctx, temp_dir);
asb_context_set_output_dir (ctx, output_dir);