Remove inline. accepted/tizen/20131022.083812 submit/tizen/20131022.045600
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:55:45 +0000 (13:55 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:55:45 +0000 (13:55 +0900)
Change-Id: Icf8c647a22d25ed91fce9cbcfbad8f4f10f0dfc8

src/utility_service.c

index 5b98b5b..57f562b 100644 (file)
@@ -190,7 +190,7 @@ static int launch_timeout_cb(struct service_context *svc_ctx, void *data)
        return -ECANCELED; /* Delete this timer */
 }
 
-static inline int launch_svc(struct service_context *svc_ctx)
+static int launch_svc(struct service_context *svc_ctx)
 {
        pid_t pid;
        int ret = LB_STATUS_SUCCESS;