Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Binding is fine for compilation.
  • Loading branch information
chrisseaton committed Sep 29, 2014
1 parent 7d40f85 commit 2fd2aec
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -127,8 +127,6 @@ public BindingNode(BindingNode prev) {

@Specialization
public Object binding(Object self) {
notDesignedForCompilation();

final MaterializedFrame callerFrame = Truffle.getRuntime().getCallerFrame()
.getFrame(FrameInstance.FrameAccess.MATERIALIZE, false).materialize();

Expand Down

0 comments on commit 2fd2aec

Please sign in to comment.