From a2d69c5d8e894613970ab56ed752c90a25047c2c Mon Sep 17 00:00:00 2001 From: lsmith Date: Wed, 30 Jan 2008 23:00:46 +0000 Subject: [PATCH] - no longer (never?) needed --- lib/Doctrine/DataType.php | 49 --------------------------------------- lib/Doctrine/Db.php | 39 ------------------------------- 2 files changed, 88 deletions(-) delete mode 100644 lib/Doctrine/DataType.php delete mode 100644 lib/Doctrine/Db.php diff --git a/lib/Doctrine/DataType.php b/lib/Doctrine/DataType.php deleted file mode 100644 index abf4da012..000000000 --- a/lib/Doctrine/DataType.php +++ /dev/null @@ -1,49 +0,0 @@ -. - */ - -/** - * Doctrine_DataType - * - * @package Doctrine - * @subpackage DataType - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision: 1986 $ - * @author Konsta Vesterinen - */ -class Doctrine_DataType -{ - public function __construct() - { - - } - - public function getName() - { - - } - - public function getDefaultLength() - { - - } -} diff --git a/lib/Doctrine/Db.php b/lib/Doctrine/Db.php deleted file mode 100644 index 0f47e0796..000000000 --- a/lib/Doctrine/Db.php +++ /dev/null @@ -1,39 +0,0 @@ -. - */ - -/** - * Doctrine_Db - * - * @author Konsta Vesterinen - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @package Doctrine - * @subpackage Db - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision$ - */ -class Doctrine_Db -{ - public function __construct() - { - throw new Doctrine_Exception('Doctrine_Db has been deprecated. The functionality has been merged into Doctrine_Connection.'); - } -}