summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-08-31 22:39:13 +0200
committerBen Gamari <ben@smart-cactus.org>2015-09-05 10:54:45 +0200
commit062feee4e7408ad5b9d882e5fed2c700e337db72 (patch)
tree5a683dc20960e9a245bc52bb38b5afa35d4c1cc1 /rts/RtsStartup.c
parent96b986b669410cf4b6945d1039f9e16e54f4e53f (diff)
downloadhaskell-062feee4e7408ad5b9d882e5fed2c700e337db72.tar.gz
tracing: Kill EVENT_STARTUP
This has been unnecessary for quite some time due to the create/delete capability events.
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r--rts/RtsStartup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index f6544b6aba..584c31ef81 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -176,9 +176,6 @@ hs_init_ghc(int *argc, char **argv[], RtsConfig rts_config)
#ifdef TRACING
initTracing();
#endif
- /* Trace the startup event
- */
- traceEventStartup();
/* initialise scheduler data structures (needs to be done before
* initStorage()).