summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r--rts/RtsStartup.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c
index 9ec8af8145..36a99d7a56 100644
--- a/rts/RtsStartup.c
+++ b/rts/RtsStartup.c
@@ -301,17 +301,6 @@ startupHaskell(int argc, char *argv[], void (*init_root)(void) STG_UNUSED)
hs_init(&argc, &argv);
}
-
-/* -----------------------------------------------------------------------------
- hs_add_root: backwards compatibility. (see #3252)
- -------------------------------------------------------------------------- */
-
-void
-hs_add_root(void (*init_root)(void) STG_UNUSED)
-{
- /* nothing */
-}
-
/* ----------------------------------------------------------------------------
* Shutting down the RTS
*