Skip to content

Commit

Permalink
Remove bogus assertion. valueNode == null is valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 25, 2018
1 parent 7810ba0 commit 3c97f06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/ast/AssignableNode.java
Expand Up @@ -46,8 +46,6 @@ public AssignableNode(ISourcePosition position) {
public AssignableNode(ISourcePosition position, Node valueNode, boolean containsAssignment) {
super(position, containsAssignment);

assert valueNode != null : "valueNode is not null";

this.valueNode = valueNode;
}

Expand Down

0 comments on commit 3c97f06

Please sign in to comment.