Skip to content

Commit

Permalink
Delete unused method that no longer has a path.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 13, 2018
1 parent d6f95e1 commit f25b8be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/main/java/org/jruby/RubyIO.java
Expand Up @@ -4626,11 +4626,6 @@ private static void checkValidOptions(IRubyObject options, Set<String> valid) {
}
}

// MRI: check_exec_env, w/ check_exec_env_i body in-line
public static RubyArray checkExecEnv(ThreadContext context, RubyHash hash) {
return PopenExecutor.checkExecEnv(context, hash);
}

/**
* Try for around 1s to destroy the child process. This is to work around
* issues on some JVMs where if you try to destroy the process too quickly
Expand Down

0 comments on commit f25b8be

Please sign in to comment.