Skip to content

Commit

Permalink
Merge pull request quarkusio#35434 from geoand/IsDockerWorking-cleanup
Browse files Browse the repository at this point in the history
Remove unused class in IsDockerWorking
  • Loading branch information
geoand committed Aug 22, 2023
2 parents 3a8b846 + 94717dc commit 25a3b78
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ public boolean getAsBoolean() {
return false;
}

public static class IsDockerRunningSilent extends IsDockerWorking {
public IsDockerRunningSilent() {
super(true);
}
}

private interface Strategy extends Supplier<Result> {

}
Expand Down

0 comments on commit 25a3b78

Please sign in to comment.