From 0cb5b42d546538b455ac3bbe90b07e3eb67eb820 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 18:11:00 +0200 Subject: Remove trivial unused variables detected by CLang static analyzer. --- gst/apetag/gstapedemux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/apetag') diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c index fc9c3aae..8401cce4 100644 --- a/gst/apetag/gstapedemux.c +++ b/gst/apetag/gstapedemux.c @@ -169,7 +169,6 @@ static GstTagList * ape_demux_parse_tags (const guint8 * data, gint size) { GstTagList *taglist = gst_tag_list_new (); - gboolean have_tag = FALSE; GST_LOG ("Reading tags from chunk of size %u bytes", size); @@ -310,7 +309,6 @@ ape_demux_parse_tags (const guint8 * data, gint size) gst_tag_list_add_values (taglist, GST_TAG_MERGE_APPEND, gst_tag, &v, NULL); g_value_unset (&v); - have_tag = TRUE; } } GST_DEBUG ("Read tag %s: %s", tag, val); -- cgit