diff options
Diffstat (limited to 'includes/SchedAPI.h')
-rw-r--r-- | includes/SchedAPI.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/SchedAPI.h b/includes/SchedAPI.h index 8dff6ea63d..b11437bda2 100644 --- a/includes/SchedAPI.h +++ b/includes/SchedAPI.h @@ -10,19 +10,10 @@ #ifndef SCHEDAPI_H #define SCHEDAPI_H -#if defined(GRAN) -/* Dummy def for NO_PRI if not in GranSim */ -#define NO_PRI 0 -#endif - /* * Creating threads */ -#if defined(GRAN) -StgTSO *createThread (Capability *cap, nat stack_size, StgInt pri); -#else StgTSO *createThread (Capability *cap, nat stack_size); -#endif Capability *scheduleWaitThread (StgTSO *tso, /*out*/HaskellObj* ret, Capability *cap); |