Skip to content

Commit

Permalink
#2648: Removed BinarizeParse
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jan 10, 2024
1 parent 2009ce9 commit 26c02e1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions eo-maven-plugin/src/test/java/org/eolang/maven/FakeMaven.java
Original file line number Diff line number Diff line change
Expand Up @@ -698,25 +698,6 @@ public Iterator<Class<? extends AbstractMojo>> iterator() {
}
}

/**
* Parse rust insert pipeline.
*
* @since 0.29.0
*/
static final class BinarizeParse implements Iterable<Class<? extends AbstractMojo>> {

@Override
public Iterator<Class<? extends AbstractMojo>> iterator() {
return Arrays.<Class<? extends AbstractMojo>>asList(
ParseMojo.class,
OptimizeMojo.class,
ShakeMojo.class,
VerifyMojo.class,
BinarizeMojo.class
).iterator();
}
}

/**
* Resolve all eo dependencies.
*
Expand Down

0 comments on commit 26c02e1

Please sign in to comment.