summaryrefslogtreecommitdiffstats
path: root/include/utils/ThreadDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/ThreadDefs.h')
-rw-r--r--include/utils/ThreadDefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/utils/ThreadDefs.h b/include/utils/ThreadDefs.h
index 3e56373..a8f8eb3 100644
--- a/include/utils/ThreadDefs.h
+++ b/include/utils/ThreadDefs.h
@@ -79,13 +79,6 @@ enum {
ANDROID_PRIORITY_LESS_FAVORABLE = +1,
};
-enum {
- ANDROID_TGROUP_DEFAULT = 0,
- ANDROID_TGROUP_BG_NONINTERACT = 1,
- ANDROID_TGROUP_FG_BOOST = 2,
- ANDROID_TGROUP_MAX = ANDROID_TGROUP_FG_BOOST,
-};
-
#ifdef __cplusplus
} // extern "C"
#endif