summaryrefslogtreecommitdiffstats
path: root/libcutils/sched_policy.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-06-29 03:53:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-29 03:53:38 +0000
commit6afbd476abb0c30af1dc04eab3ad798accf30307 (patch)
tree29386017498cbcdaef264d41a84e7dab874c9941 /libcutils/sched_policy.cpp
parent9302daeb1d3d12c18b99aae82342c359950dd447 (diff)
parent9ffeab85bf76d4e9e028e461c9ac1341bc0ceaec (diff)
downloadsystem_core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.gz
system_core-6afbd476abb0c30af1dc04eab3ad798accf30307.tar.bz2
system_core-6afbd476abb0c30af1dc04eab3ad798accf30307.zip
Merge "Allow SLOG* to vendors"
Diffstat (limited to 'libcutils/sched_policy.cpp')
-rw-r--r--libcutils/sched_policy.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcutils/sched_policy.cpp b/libcutils/sched_policy.cpp
index aeb881aec..bc40ba94a 100644
--- a/libcutils/sched_policy.cpp
+++ b/libcutils/sched_policy.cpp
@@ -28,13 +28,6 @@
#define UNUSED __attribute__((__unused__))
-#ifndef SLOGE
-#define SLOGE ALOGE
-#endif
-#ifndef SLOGW
-#define SLOGW ALOGW
-#endif
-
/* Re-map SP_DEFAULT to the system default policy, and leave other values unchanged.
* Call this any place a SchedPolicy is used as an input parameter.
* Returns the possibly re-mapped policy.