summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/process.c b/process.c
index 8386499d5c..de3b1a5b17 100644
--- a/process.c
+++ b/process.c
@@ -2256,15 +2256,10 @@ rb_fork(int *status, int (*chfunc)(void*), void *charg, VALUE fds)
int ep[2];
#endif
-#ifndef __VMS
#define prefork() ( \
rb_io_flush(rb_stdout), \
rb_io_flush(rb_stderr) \
)
-#else
-#define prefork() ((void)0)
-#endif
-
prefork();
#ifdef FD_CLOEXEC