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.'); - } -}