From: DoHyun Pyun Date: Fri, 19 Jul 2019 01:49:33 +0000 (+0900) Subject: Fix the build error X-Git-Tag: accepted/tizen/unified/20190719.111747^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F210411%2F1;p=platform%2Fupstream%2Fbluez.git Fix the build error Change-Id: I7de706de85961109013e5e8cfa7abcea6545b22e Signed-off-by: DoHyun Pyun --- diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index 2b8bfce..ea98af6 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -1658,7 +1658,6 @@ static void confirm_cb(GIOChannel *io, gpointer data) DBG("A2DP is restricted"); goto drop; } -} #endif chan = queue_find(server->channels, match_by_device, device);