summaryrefslogtreecommitdiff
path: root/include/utils/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/threads.h')
-rw-r--r--include/utils/threads.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/utils/threads.h b/include/utils/threads.h
index f5304f72bd7e..0fc533f9551c 100644
--- a/include/utils/threads.h
+++ b/include/utils/threads.h
@@ -90,11 +90,6 @@ enum {
ANDROID_TGROUP_MAX = ANDROID_TGROUP_FG_BOOST,
};
-typedef enum {
- SP_BACKGROUND = 0,
- SP_FOREGROUND = 1,
-} SchedPolicy;
-
// Create and run a new thread.
extern int androidCreateThread(android_thread_func_t, void *);