summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/main.c b/main.c
index ff43754edb..8cb0a88b08 100644
--- a/main.c
+++ b/main.c
@@ -34,24 +34,4 @@ perl_init_ext()
char *file = __FILE__;
boot_DynamicLoader();
-
-#ifdef HAS_DB
- newXSUB("DB_File::bootstrap", 0, boot_DB_File, file);
-#endif
-#ifdef HAS_NDBM
- newXSUB("NDBM_File::bootstrap", 0, boot_NDBM_File, file);
-#endif
-#ifdef HAS_GDBM
- newXSUB("GDBM_File::bootstrap", 0, boot_GDBM_File, file);
-#endif
-#ifdef HAS_SDBM
-/* newXSUB("SDBM_File::bootstrap", 0, boot_SDBM_File, file); */
-#endif
-#ifdef HAS_ODBM
- newXSUB("ODBM_File::bootstrap", 0, boot_ODBM_File, file);
-#endif
-#ifdef HAS_DBZ
- newXSUB("DBZ_File::bootstrap", 0, boot_DBZ_File, file);
-#endif
- newXSUB("POSIX::bootstrap", 0, boot_POSIX, file);
}