From 6899060f6ee1893d0e205c45120c8cc9264c35fe Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Wed, 16 Sep 2020 10:54:52 +0200 Subject: [PATCH] Remove superfluous use --- src/Composer/Command/DumpAutoloadCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Composer/Command/DumpAutoloadCommand.php b/src/Composer/Command/DumpAutoloadCommand.php index 500569a25..b5750ed2f 100644 --- a/src/Composer/Command/DumpAutoloadCommand.php +++ b/src/Composer/Command/DumpAutoloadCommand.php @@ -14,7 +14,6 @@ namespace Composer\Command; use Composer\Plugin\CommandEvent; use Composer\Plugin\PluginEvents; -use Symfony\Component\Console\Input\InputDefinition; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface;