summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby.c b/ruby.c
index 28c0f2518a..b55174e705 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1404,10 +1404,6 @@ init_ids(struct cmdline_options *opt)
rb_gid_t gid = getgid();
rb_gid_t egid = getegid();
-#ifdef VMS
- uid |= gid << 16;
- euid |= egid << 16;
-#endif
if (uid != euid) opt->setids |= 1;
if (egid != gid) opt->setids |= 2;
if (uid && opt->setids) {