Fix build warning 67/78367/2 accepted/tizen/common/20160706.141809 accepted/tizen/ivi/20160706.013743 accepted/tizen/mobile/20160706.013639 accepted/tizen/tv/20160706.013706 accepted/tizen/wearable/20160706.013720 submit/tizen/20160705.084920
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 5 Jul 2016 08:15:29 +0000 (17:15 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Tue, 5 Jul 2016 08:39:14 +0000 (01:39 -0700)
Change-Id: Idcb41bb7508c8705c0686a96301bce64d897a93e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/server/media-server-dcm.c

index 723e8a9..14bf155 100644 (file)
@@ -50,7 +50,6 @@ static int g_dcm_service_pid = 0;
 
 static GQueue *g_dcm_request_queue = NULL;
 static int g_dcm_queue_work = 0;
-static int g_dcm_service_active = -1;
 
 typedef struct {
        int client_sock;