pass: Remove unneeded constant definition 98/158898/1
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 6 Nov 2017 01:23:01 +0000 (10:23 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 6 Nov 2017 01:24:17 +0000 (10:24 +0900)
This patch removes the following unneeded definitions and clean-up
the unnecessary blank line from pass.h.
- #define PASS_RESOURCE_MAX 10
- #define PASS_CLUSTER_0 0
- #define PASS_CLUSTER_1 1

Change-Id: I6354067570995e03a5d077611c13781191ae85e8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass.h

index 7bcbed5640bd5e7d17680e49610cc06e79b109a7..b959a70d634467d8d652014ace92920836b80472 100644 (file)
@@ -16,7 +16,6 @@
  * limitations under the License.
  */
 
-
 #ifndef __PASS__
 #define __PASS__
 
 #define PASS_LEVEL_COND_MAX    3
 #define PASS_CPU_STATS_DEFAULT 20
 #define PASS_MIN_GOV_TIMEOUT   0.2
-#define PASS_RESOURCE_MAX      10
-
-#define PASS_CLUSTER_0                 0
-#define PASS_CLUSTER_1                 1
 
 struct pass_policy;