diff options
Diffstat (limited to 'rts/Trace.c')
-rw-r--r-- | rts/Trace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Trace.c b/rts/Trace.c index bd32091a12..63d4816585 100644 --- a/rts/Trace.c +++ b/rts/Trace.c @@ -50,8 +50,6 @@ void initTracing (void) DEBUG_FLAG(stm, DEBUG_stm); DEBUG_FLAG(prof, DEBUG_prof); DEBUG_FLAG(eventlog, DEBUG_eventlog); - DEBUG_FLAG(gran, DEBUG_gran); - DEBUG_FLAG(par, DEBUG_par); DEBUG_FLAG(linker, DEBUG_linker); DEBUG_FLAG(squeeze, DEBUG_squeeze); DEBUG_FLAG(hpc, DEBUG_hpc); |