diff --git a/lib/Doctrine/ORM/LockMode.php b/lib/Doctrine/ORM/LockMode.php deleted file mode 100644 index 45f999a30..000000000 --- a/lib/Doctrine/ORM/LockMode.php +++ /dev/null @@ -1,37 +0,0 @@ -. -*/ - -namespace Doctrine\ORM; - -/** - * Contains all ORM LockModes - * - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @link www.doctrine-project.com - * @since 1.0 - * @version $Revision$ - * @author Benjamin Eberlei - * @author Roman Borschel - */ -class LockMode extends \Doctrine\DBAL\LockMode -{ - -} \ No newline at end of file