shared: Remove unused header file 84/137484/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Jul 2017 05:47:16 +0000 (14:47 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 6 Jul 2017 08:22:46 +0000 (17:22 +0900)
This patch removes the unused header file (deviced-priv.h).

Change-Id: If3651171e2d1b9ec19dccf07fd4c31f489f7aa51
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/shared/deviced-priv.h [deleted file]

diff --git a/src/shared/deviced-priv.h b/src/shared/deviced-priv.h
deleted file mode 100644 (file)
index 6fab212..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * PASS (Power Aware System Service)
- *
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-#ifndef __SYSTEM_PRIVATE__
-#define __SYSTEM_PRIVATE__
-
-#include "common.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define SYSTEM_NOTI_MAXARG 16
-#define SYSTEM_NOTI_MAXSTR 255
-#define BUFF_MAX 255
-
-struct sysnoti {
-       int pid;
-       int cmd;
-       char *type;
-       char *path;
-       int argc;
-       char *argv[SYSTEM_NOTI_MAXARG];
-};
-
-       int util_launch_app_cmd(const char *cmdline);
-
-#ifdef __cplusplus
-}
-#endif
-#endif                         /* __SYSTEM_PRIVATE__ */