From 4c476cebc102212b23a4513ad16fa92548bfc96b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 14 Sep 2017 12:32:36 +0300 Subject: [PATCH] a2dp: Remove unnecessary if statement --- profiles/audio/a2dp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index cf0040076..5ecdab73c 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -1481,7 +1481,6 @@ static void transport_cb(GIOChannel *io, GError *err, gpointer user_data) if (err) { error("%s", err->message); - if (err) goto drop; } -- 2.47.3