X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftransport_local.c;h=cae3d04d914387133e20e9bdfe4c94b0e78af778;hb=06e3e343ab1a726f39c6d2b526b0e3688f20292f;hp=dd145bd3e58fe517316ed8a316a3e0ddd18eb61e;hpb=5f0c0f99d251123cbb228e953e4309ea4294bc35;p=sdk%2Ftarget%2Fsdbd.git diff --git a/src/transport_local.c b/src/transport_local.c index dd145bd..cae3d04 100644 --- a/src/transport_local.c +++ b/src/transport_local.c @@ -612,14 +612,6 @@ void local_init(int port) #else /* For the sdbd daemon in the system image we need to distinguish * between the device, and the emulator. */ -#if 0 /* tizen specific */ - char is_qemu[PROPERTY_VALUE_MAX]; - property_get("ro.kernel.qemu", is_qemu, ""); - if (!strcmp(is_qemu, "1")) { - /* Running inside the emulator: use QEMUD pipe as the transport. */ - func = qemu_socket_thread; - } else -#endif { /* Running inside the device: use TCP socket as the transport. */ func = server_socket_thread;