diff options
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r-- | rts/RtsStartup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 107a74dc5b..79c830f96d 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -362,10 +362,8 @@ hs_init_ghc(int *argc, char **argv[], RtsConfig rts_config) /* initialise file locking, if necessary */ initFileLocking(); -#if defined(DEBUG) /* initialise thread label table (tso->char*) */ initThreadLabelTable(); -#endif #if defined(PROFILING) initProfiling(); @@ -544,10 +542,8 @@ hs_exit_(bool wait_foreign) /* free the stable name table */ exitStableNameTable(); -#if defined(DEBUG) /* free the thread label table */ freeThreadLabelTable(); -#endif #if defined(PROFILING) reportCCSProfiling(); |