Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 21, 2015
1 parent ac0d512 commit 0a27740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/ir/operands/Regexp.java
@@ -1,6 +1,5 @@
package org.jruby.ir.operands;

import org.jruby.RubyRegexp;
import org.jruby.ir.IRVisitor;
import org.jruby.ir.runtime.IRRuntimeHelpers;
import org.jruby.runtime.ThreadContext;
Expand All @@ -13,7 +12,6 @@
public class Regexp extends ImmutableLiteral {
final public RegexpOptions options;
final private ByteList source;
private RubyRegexp rubyRegexp;

public Regexp(ByteList source, RegexpOptions options) {
super(OperandType.REGEXP);
Expand Down

0 comments on commit 0a27740

Please sign in to comment.