pass: Remove unneeded pass-util.h
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 19 Jan 2017 02:52:16 +0000 (11:52 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 23 Jan 2017 11:06:00 +0000 (20:06 +0900)
This patch removes the unneeded pass-util.h. Instead, pass-core.c
includes "core/log.h" header file.

Change-Id: Ide03d8159575fdae9ce4c178742a6b544b0c4b4b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-util.h [deleted file]
src/pass/pass.h

diff --git a/src/pass/pass-util.h b/src/pass/pass-util.h
deleted file mode 100644 (file)
index bd23ecc..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * PASS (Power Aware System Service)
- *
- * Copyright (c) 2012 - 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 __PASS_UTIL_H__
-#define __PASS_UTIL_H__
-
-#ifdef ENABLE_DEVICED_DLOG
-#define ENABLE_DLOG
-#endif
-
-#define LOG_TAG "PASS"
-#include "shared/log-macro.h"
-
-#endif /* __PASS_UTIL_H__ */
index 631a5e434131822344451897d9830cde10d783bb..cd5110e02f3d362ad65b20cdce6c4f9a4fd29525 100644 (file)
@@ -21,7 +21,7 @@
 #define __PASS__
 
 #include <Ecore.h>
-#include "pass-util.h"
+#include "core/log.h"
 
 /******************************************************
  *                   PASS Governors                   *