Skip to content

Commit

Permalink
Removed some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Jun 25, 2013
1 parent b8b3ded commit cb4910f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ext/WarMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,6 @@ protected void initJRubyScriptingEnv(Object scriptingContainer, final URL[] jars
invokeMethod(scriptingContainer, "setHomeDirectory", "classpath:/META-INF/jruby.home");
}

protected String railsBinScript() {
// this is what Rails generates by default in the bin/ (for Rails4) or script/ (for Rails3)
return "APP_PATH = File.expand_path('../../config/application', __FILE__)\n" +
"require_relative '../config/boot'\n" +
"require 'rails/commands'\n";
}

@Override
protected int start() throws Exception {
if ( executable == null ) {
Expand Down
Binary file modified lib/warbler_jar.jar
Binary file not shown.

0 comments on commit cb4910f

Please sign in to comment.