summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhyunuktak <hyunuk.tak@samsung.com>2016-06-22 19:38:56 +0900
committerhyunuktak <hyunuk.tak@samsung.com>2016-06-22 19:39:05 +0900
commit267b65463cd3fd93a1ed245b527fca14fe469f07 (patch)
tree153f1a5ecc553869505307462724bbb39b6357db /src/main.c
parente0c6508191296071b1f84adc9a9dbb3ac6d530ad (diff)
downloadconnman-accepted/tizen/wearable/20160624.064357.tar.gz
connman-accepted/tizen/wearable/20160624.064357.tar.bz2
connman-accepted/tizen/wearable/20160624.064357.zip
Change-Id: Id3697d995e4db5d6f03cdf182825d5f61136e235 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 2d91c2f6..513bd58b 100755
--- a/src/main.c
+++ b/src/main.c
@@ -741,9 +741,6 @@ int main(int argc, char *argv[])
__connman_proxy_init();
__connman_detect_init();
__connman_session_init();
-#if !defined TIZEN_EXT || defined TIZEN_CONNMAN_NTP
- __connman_timeserver_init();
-#endif
__connman_connection_init();
__connman_plugin_init(option_plugin, option_noplugin);
@@ -775,9 +772,6 @@ int main(int argc, char *argv[])
__connman_plugin_cleanup();
__connman_provider_cleanup();
__connman_connection_cleanup();
-#if !defined TIZEN_EXT || defined TIZEN_CONNMAN_NTP
- __connman_timeserver_cleanup();
-#endif
__connman_detect_cleanup();
__connman_proxy_cleanup();
__connman_task_cleanup();