Skip to content

Commit

Permalink
[Truffle] More dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 4, 2016
1 parent ea4f2f5 commit 8152f18
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 649 deletions.
120 changes: 0 additions & 120 deletions truffle/src/main/java/org/jruby/truffle/parser/ast/util/SexpMaker.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -42,10 +42,6 @@ public DummyDynamicScope(StaticScope staticScope, DynamicScope parent) {
super(staticScope, parent);
}

public DummyDynamicScope(StaticScope staticScope) {
super(staticScope);
}

public void growIfNeeded() {
growIfNeeded(SIZE, GROW_ERROR);
}
Expand Down

0 comments on commit 8152f18

Please sign in to comment.