diff --git a/bin/doctrine.php b/bin/doctrine.php index 3ce1d4f40..7de4bfcdf 100644 --- a/bin/doctrine.php +++ b/bin/doctrine.php @@ -24,12 +24,6 @@ EOT ); } -$classLoader = new \Doctrine\Common\ClassLoader('Doctrine'); -$classLoader->register(); - -$classLoader = new \Doctrine\Common\ClassLoader('Symfony'); -$classLoader->register(); - $configFile = getcwd() . DIRECTORY_SEPARATOR . 'cli-config.php'; $helperSet = null;