remove OpenBSD-specific initAdjustor() code that shouldn't be required now
[ghc-hetmet.git] / rts / RtsStartup.c
index f0b39d6..7dce06e 100644 (file)
@@ -213,9 +213,6 @@ hs_init(int *argc, char **argv[])
     synchroniseSystem();             // calls initParallelSystem etc
 #endif /* PAR */
 
-    /* Perform initialisation of adjustor thunk layer. */
-    initAdjustor();
-
     /* initialise scheduler data structures (needs to be done before
      * initStorage()).
      */