Skip to content

Commit

Permalink
Merge pull request #35354 from mkouba/cli-plugin-sync-remove-service
Browse files Browse the repository at this point in the history
CLI: remove unused PluginCatalogService in CliPluginsSync
  • Loading branch information
mkouba authored Aug 16, 2023
2 parents ca9b2e5 + eb82c25 commit 85d79c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public class CliPluginsSync extends CliPluginsBase implements Callable<Integer>
@CommandLine.Mixin
RunModeOption runMode;

PluginCatalogService pluginCatalogService = new PluginCatalogService();

@Override
public Integer call() {
output.throwIfUnmatchedArguments(spec.commandLine());
Expand Down

0 comments on commit 85d79c2

Please sign in to comment.