Skip to content

Commit

Permalink
trivial remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Feb 7, 2014
1 parent 4c25dd1 commit 23e6c9b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -4,10 +4,6 @@
import org.jruby.ir.dataflow.analyses.LoadLocalVarPlacementProblem;
import org.jruby.ir.dataflow.analyses.StoreLocalVarPlacementProblem;
import org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisProblem;
import org.jruby.ir.operands.Operand;
import org.jruby.ir.operands.OperandType;
import org.jruby.ir.operands.Variable;
import org.jruby.ir.transformations.inlining.InlinerInfo;

public class DataFlowConstants {
public static final String LVP_NAME = LiveVariablesProblem.NAME;
Expand Down

0 comments on commit 23e6c9b

Please sign in to comment.