Skip to content

Commit f77f6f9

Browse files
committed
Revert "Fix jruby/jruby#775"
This reverts commit cf84481.
1 parent 3c9c1fa commit f77f6f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

argparser.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,6 @@ bool ArgParser::parseArgs(int argc, char *argv[]) {
363363
}
364364
}
365365

366-
// prefer IPv4 to IPv6
367-
// see https://github.com/jruby/jruby/issues/775
368-
javaOptions.push_back("-Djava.net.preferIPv4Stack=true");
369-
370366
return true;
371367
}
372368

0 commit comments

Comments
 (0)