Skip to content

Commit

Permalink
Revert "Revert "Remove some vestiges of the old C extension support t…
Browse files Browse the repository at this point in the history
…hat don't do anything.""

This reverts commit dc702bd.
  • Loading branch information
chrisseaton committed Nov 19, 2014
1 parent b6ac4c4 commit fd87e0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 118 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ os:
- osx

env:
# disable cext
global:
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djruby.cext.enabled=false"
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
matrix:
- TARGET='-Ptest'
- TARGET='-Pjruby_complete_jar_jruby'
Expand Down
114 changes: 0 additions & 114 deletions core/src/main/java/org/jruby/runtime/load/CExtension.java

This file was deleted.

2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/util/cli/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ public static String dump() {

// After PROPERTIES so it doesn't show up in --properties
@Deprecated
public static final Option<Boolean> CEXT_ENABLED = bool(NATIVE, "cext.enabled", false, "Enable or disable C extension support.");
@Deprecated
public static final Option<Boolean> JIT_CACHE = bool(JIT, "jit.cache", !COMPILE_INVOKEDYNAMIC.load(), "(DEPRECATED) Cache jitted method in-memory bodies across runtimes and loads.");

private static Option<String> string(Category category, String name, String[] options, String defval, String description) {
Expand Down

0 comments on commit fd87e0b

Please sign in to comment.