From 242d65bf9faf1d2bc3468490e510551140e23462 Mon Sep 17 00:00:00 2001 From: San Mehat Date: Sat, 12 Sep 2009 10:10:37 -0700 Subject: process: Switch to common cutils sched_policy api Signed-off-by: San Mehat --- include/utils/threads.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/utils/threads.h') 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 *); -- cgit v1.2.3-59-g8ed1b