From: InHong Han Date: Mon, 25 Jul 2022 08:23:33 +0000 (+0900) Subject: Add exclude section for impossible lines to be excuted in TCT X-Git-Tag: submit/tizen/20220725.104008~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=608f7056e796fca5eea839653c2acbe0c2cc63f7;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Add exclude section for impossible lines to be excuted in TCT Change-Id: I3d1a31d780046264eab15d9f54bbfa5ef9ba7a6d --- diff --git a/client/ma.c b/client/ma.c index f2b197e..cd7135a 100644 --- a/client/ma.c +++ b/client/ma.c @@ -454,6 +454,7 @@ static Eina_Bool retry_connection(void* data) return ECORE_CALLBACK_RENEW; } +//LCOV_EXCL_START static void delete_retry_connection_timer(void* data) { if (g_retry_connection_timer) { @@ -462,7 +463,6 @@ static void delete_retry_connection_timer(void* data) } } -//LCOV_EXCL_START static void add_retry_connection_timer(void* data) { delete_retry_connection_timer(NULL);