diff options
Diffstat (limited to 'rts/Threads.h')
-rw-r--r-- | rts/Threads.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rts/Threads.h b/rts/Threads.h index f6d2dfd11a..d17235a2cb 100644 --- a/rts/Threads.h +++ b/rts/Threads.h @@ -25,13 +25,6 @@ void printThreadBlockage (StgTSO *tso); void printThreadStatus (StgTSO *t); void printAllThreads (void); void printThreadQueue (StgTSO *t); -# if defined(PARALLEL_HASKELL) -void print_bq (StgClosure *node); -void print_bqe (StgBlockingQueueElement *bqe); -nat run_queue_len (void); -# elif defined(GRAN) -void print_bq (StgClosure *node); -# endif #endif #endif /* THREADS_H */ |