Skip to content

Commit

Permalink
Remove ant class referenced unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 11, 2024
1 parent 08e0d67 commit c3d3b35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.jruby.ir.passes;

import org.apache.tools.ant.util.CollectionUtils;
import org.jruby.ir.*;
import org.jruby.ir.instructions.*;
import org.jruby.ir.interpreter.FullInterpreterContext;
Expand All @@ -15,7 +14,6 @@
import org.jruby.ir.representations.CFG;
import org.jruby.runtime.Visibility;

import java.util.EnumSet;
import java.util.ListIterator;

public class AddCallProtocolInstructions extends CompilerPass {
Expand Down

0 comments on commit c3d3b35

Please sign in to comment.