From dbb5795c53a51627b5e52be96a9d9d52509c241e Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 15 May 2010 12:04:46 +0200 Subject: [PATCH] DDC-178 Removed Doctrine\ORM\LockMode --- lib/Doctrine/ORM/LockMode.php | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 lib/Doctrine/ORM/LockMode.php 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