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 24, 2011
1 parent 29ea60a commit a16d5a8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Generator/Dumper/GeneratorDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Routing\Generator\Dumper;

use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\Route;

/**
* GeneratorDumper is the base class for all built-in generator dumpers.
Expand Down
1 change: 0 additions & 1 deletion Matcher/ApacheUrlMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Routing\Matcher;

use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Route;

/**
* ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).
Expand Down
1 change: 0 additions & 1 deletion Matcher/Dumper/ApacheMatcherDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\Routing\Matcher\Dumper;

use Symfony\Component\Routing\Route;

/**
* Dumps a set of Apache mod_rewrite rules.
Expand Down
1 change: 0 additions & 1 deletion Matcher/Dumper/MatcherDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Routing\Matcher\Dumper;

use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\Route;

/**
* MatcherDumper is the abstract class for all built-in matcher dumpers.
Expand Down
1 change: 0 additions & 1 deletion Matcher/UrlMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\RequestContext;

Expand Down

0 comments on commit a16d5a8

Please sign in to comment.