summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index e0b75fffe6..0e1b0f990e 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -32,8 +32,5 @@ void
perl_init_ext()
{
char *file = __FILE__;
-
-#ifdef USE_DYNAMIC_LOADING
- boot_DynamicLoader();
-#endif
+ /* Do not delete this line--writemain depends on it */
}