diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-22 18:13:48 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-22 19:23:31 -0500 |
commit | c54a59d51eb924e77df6f6d2bb79ea466d169221 (patch) | |
tree | 8fc2dfae3b3aeccba85250173cafe7340ab0798d /lib/private/Console | |
parent | eaa6f766e694f08e899c9469f668135c5d7b0c34 (diff) | |
download | nextcloud-server-c54a59d51eb924e77df6f6d2bb79ea466d169221.tar.gz nextcloud-server-c54a59d51eb924e77df6f6d2bb79ea466d169221.zip |
Remove unused use statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Console')
-rw-r--r-- | lib/private/Console/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php index 693381ea2b4..69cb94c7a92 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -37,7 +37,6 @@ use Symfony\Component\Console\Application as SymfonyApplication; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Output\ConsoleOutputInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; class Application { |