summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-12-06 21:05:41 +0000
committerRichard Hughes <richard@hughsie.com>2016-12-06 21:21:37 +0000
commite81797f518bc579e7c4256756eacd475fe8c652e (patch)
tree607b7eb71cb87915618d79a900033c8de321130e
parent4672b11be09c0133e3aaf98ce54125178d0be704 (diff)
downloadappstream-glib-e81797f518bc579e7c4256756eacd475fe8c652e.tar.gz
trivial: Remove an ununsed variable
-rw-r--r--libappstream-glib/as-review.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-glib/as-review.c b/libappstream-glib/as-review.c
index fec2500..cbf0beb 100644
--- a/libappstream-glib/as-review.c
+++ b/libappstream-glib/as-review.c
@@ -952,7 +952,6 @@ as_review_node_parse (AsReview *review, GNode *node,
}
if (as_node_get_tag (c) == AS_TAG_METADATA) {
AsNode *c2;
- gchar *taken;
for (c2 = c->children; c2 != NULL; c2 = c2->next) {
AsRefString *key;
AsRefString *value;