Skip to content

Commit

Permalink
Remove duplicate receive_self in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
subbuss committed Jan 9, 2015
1 parent bfd1366 commit 4d6732c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/ir/IRBuilder.java
Expand Up @@ -1659,8 +1659,6 @@ protected IRMethod defineMethodInner(MethodDefNode defNode, IRMethod method, IRS
addInstr(method, new TraceInstr(RubyEvent.CALL, method.getName(), method.getFileName(), method.getLineNumber()));
}

addInstr(method, new ReceiveSelfInstr(method.getSelf()));

// Prepare all implicit state (self, frame block, etc)
prepareImplicitState(method);

Expand Down

0 comments on commit 4d6732c

Please sign in to comment.