Removed the unnecessary file include

As of Doctrine 2.2, the ORM annotations can be found by the autoloader
directly.
This commit is contained in:
Christophe Coevoet 2012-08-31 13:16:54 +02:00
parent 0f61b2eb90
commit 7ef629525e
1 changed files with 0 additions and 1 deletions

View File

@ -14,4 +14,3 @@ if (!function_exists('intl_get_error_code')) {
}
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');