Skip to content

Commit

Permalink
removed unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 4, 2012
1 parent fee705b commit 5027186
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Adapter/BsdFindAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

use Symfony\Component\Finder\Iterator;
use Symfony\Component\Finder\Shell\Shell;
use Symfony\Component\Finder\Expression\Expression;
use Symfony\Component\Finder\Shell\Command;
use Symfony\Component\Finder\Iterator\SortableIterator;

/**
* Shell engine implementation using BSD find command.
Expand Down
2 changes: 0 additions & 2 deletions Adapter/GnuFindAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

use Symfony\Component\Finder\Iterator;
use Symfony\Component\Finder\Shell\Shell;
use Symfony\Component\Finder\Expression\Expression;
use Symfony\Component\Finder\Shell\Command;
use Symfony\Component\Finder\Iterator\SortableIterator;

/**
* Shell engine implementation using GNU find command.
Expand Down
1 change: 0 additions & 1 deletion Tests/FakeAdapter/DummyAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Finder\Tests\FakeAdapter;

use Symfony\Component\Finder\Adapter\AbstractAdapter;
use Symfony\Component\Finder\Exception\AdapterFailureException;

/**
* @author Jean-François Simon <contact@jfsimon.fr>
Expand Down
1 change: 0 additions & 1 deletion Tests/Iterator/DepthRangeFilterIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Finder\Tests\Iterator;

use Symfony\Component\Finder\Iterator\DepthRangeFilterIterator;
use Symfony\Component\Finder\Comparator\NumberComparator;

class DepthRangeFilterIteratorTest extends RealIteratorTestCase
{
Expand Down

0 comments on commit 5027186

Please sign in to comment.