Revert "Handle RPC request" 85/180485/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:26:12 +0000 (13:26 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:26:16 +0000 (13:26 +0900)
This reverts commit 35bf219f580fedeef5ef50b3a00927d0bafd5252.

Change-Id: I4be17dded4595dae9eb34e6d4cd3dff4ca6fd2da

src/service_app_main.c

index 882ecfd..baaa1a9 100644 (file)
@@ -25,7 +25,6 @@
 #include <appcore_base.h>
 #include <service_app.h>
 #include <aul_job_scheduler.h>
-#include <aul_rpc_port.h>
 #include <bundle_internal.h>
 #include <glib.h>
 
@@ -212,7 +211,6 @@ static int __service_app_control(bundle *b, void *data)
 {
        app_control_h app_control = NULL;
        const char *job_id;
-       const char *rpc_port;
 
        LOGD("[SERVICE_APP] app_control callback");
        appcore_base_on_control(b);
@@ -223,12 +221,6 @@ static int __service_app_control(bundle *b, void *data)
                return 0;
        }
 
-       rpc_port = bundle_get_val(b, AUL_K_RPC_PORT);
-       if (rpc_port) {
-               LOGD("[__RPC_PORT_PORT__] %s", rpc_port);
-               return 0;
-       }
-
        if (app_control_create_event(b, &app_control) != 0)
                return -1;