summaryrefslogtreecommitdiff
path: root/ghc/includes/Threads.lh
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/includes/Threads.lh')
-rw-r--r--ghc/includes/Threads.lh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/includes/Threads.lh b/ghc/includes/Threads.lh
index 4b9a72201e..f0f88a5474 100644
--- a/ghc/includes/Threads.lh
+++ b/ghc/includes/Threads.lh
@@ -133,9 +133,6 @@ extern I_ threadId;
void ScheduleThreads PROTO((P_ topClosure));
#if defined(GRAN)
-#define OLD_SPARKNAME_MASK 0xffff0000
-#define NEW_SPARKNAME_MASK 0x0000ffff
-
void ReSchedule PROTO((int what_next)) STG_NORETURN;
void add_to_spark_queue PROTO((sparkq));
int set_sparkname PROTO((P_, int));