浏览代码

Clean up unused 'use' statements

David Neilsen 10 年之前
父节点
当前提交
7fe3426991
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/Composer/Command/ClearCacheCommand.php

+ 0 - 5
src/Composer/Command/ClearCacheCommand.php

@@ -14,12 +14,7 @@ namespace Composer\Command;
 
 use Composer\Cache;
 use Composer\Factory;
-use Composer\Installer;
-use Composer\Plugin\CommandEvent;
-use Composer\Plugin\PluginEvents;
 use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
-use Symfony\Component\Console\Input\InputArgument;
 use Symfony\Component\Console\Output\OutputInterface;
 
 /**