[Routing] removed the autoloading trick, which is not needed anymore

This commit is contained in:
Fabien Potencier 2010-09-07 16:15:13 +02:00
parent 4d669d106e
commit c39534e258

View File

@ -81,7 +81,7 @@ abstract class AnnotationClassLoader implements LoaderInterface
}
$class = new \ReflectionClass($class);
class_exists($annotClass = 'Symfony\\Component\\Routing\\Annotation\\Route');
$annotClass = 'Symfony\\Component\\Routing\\Annotation\\Route';
$globals = array(
'pattern' => '',