From: munkyu.im Date: Mon, 26 Aug 2013 05:38:10 +0000 (+0900) Subject: sdb: remove calling sdb notification X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~798^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf4e323a55970b59b7a5bf760a79773e64ed8761;p=sdk%2Femulator%2Fqemu.git sdb: remove calling sdb notification Change-Id: Ibdb0f6bd5d0369dd17bd2e4039b41ffb6c6f9f7d Signed-off-by: munkyu.im --- diff --git a/tizen/src/guest_server.c b/tizen/src/guest_server.c index d258cab368..689ceb3413 100644 --- a/tizen/src/guest_server.c +++ b/tizen/src/guest_server.c @@ -342,7 +342,6 @@ static void* run_guest_server(void* args) } else if (strcmp(command, "3\n" ) == 0) { TRACE("command:%s\n", command); notify_sensor_daemon_start(); - notify_sdb_daemon_start(); } else if (strcmp(command, "4\n") == 0) { /* sdcard mount/umount msg recv from emuld */ INFO("command:%s\n", command);