Add LCOV comment for deprecated functions 31/123431/1
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 5 Apr 2017 11:50:40 +0000 (20:50 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 5 Apr 2017 11:52:25 +0000 (20:52 +0900)
Change-Id: I1f9af1c9b0b942547694957f7356568e2f77335e
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/runtime_info_location.c

index da74996..d1824fc 100644 (file)
@@ -35,6 +35,7 @@
 static const char *VCONF_LOCATION_SERVICE_ENABLED = VCONFKEY_LOCATION_ENABLED;
 static const char *VCONF_LOCATION_NETWORK_ENABLED = VCONFKEY_LOCATION_NETWORK_ENABLED;
 
+//LCOV_EXCL_START : deprecated feature
 int runtime_info_location_service_get_value(runtime_info_value_h value)
 {
        int vconf_value;
@@ -98,3 +99,4 @@ void runtime_info_location_network_unset_event_cb()
 
        runtime_info_vconf_unset_event_cb(VCONF_LOCATION_NETWORK_ENABLED, 0);
 }
+//LCOV_EXCL_STOP