From: hyunuk.tak Date: Wed, 27 Nov 2019 01:29:43 +0000 (+0900) Subject: Remove dead code X-Git-Tag: submit/tizen_5.5/20200323.221730^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.5_unified;p=platform%2Fcore%2Fapi%2Fconnection.git Remove dead code Change-Id: I1adc4296f0de5feaaa3c0e3dbd0fdc4b02f34031 Signed-off-by: hyunuk.tak --- diff --git a/src/connection.c b/src/connection.c index 3caa369..f3b6266 100755 --- a/src/connection.c +++ b/src/connection.c @@ -1400,9 +1400,6 @@ EXPORT_API int connection_add_route_entry(connection_h connection, CONN_UNLOCK; return rv; } - - CONN_UNLOCK; - return CONNECTION_ERROR_NONE; } EXPORT_API int connection_remove_route_entry(connection_h connection, @@ -1433,9 +1430,6 @@ EXPORT_API int connection_remove_route_entry(connection_h connection, CONN_UNLOCK; return rv; } - - CONN_UNLOCK; - return CONNECTION_ERROR_NONE; } static int __get_cellular_statistic(connection_statistics_type_e statistics_type, long long *llsize)