summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/process.c b/process.c
index 0a5e119d1f..1f5fe62f4f 100644
--- a/process.c
+++ b/process.c
@@ -179,11 +179,7 @@ static VALUE
get_ppid(void)
{
rb_secure(2);
-#ifdef _WIN32
- return INT2FIX(0);
-#else
return PIDT2NUM(getppid());
-#endif
}