aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/eval.c b/eval.c
index b92c6194e1..854e390c02 100644
--- a/eval.c
+++ b/eval.c
@@ -61,11 +61,6 @@ ruby_init(void)
PUSH_TAG();
if ((state = EXEC_TAG()) == 0) {
rb_call_inits();
-
-#if defined(__VMS)
- _vmsruby_init();
-#endif
-
ruby_prog_init();
}
POP_TAG();