From 5588ffa741c8c270a0215c2d2c284d6441b08543 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 28 Aug 2009 22:49:38 -0400 Subject: [PATCH] Revert "Implement Countable." This reverts commit d0396d8d495ed66fa088ae490a1d0ff3dbe16de9. --- framework/Db/lib/Horde/Db/Adapter/Abstract.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/framework/Db/lib/Horde/Db/Adapter/Abstract.php b/framework/Db/lib/Horde/Db/Adapter/Abstract.php index 9e056084c..9bcea3927 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Abstract.php +++ b/framework/Db/lib/Horde/Db/Adapter/Abstract.php @@ -21,7 +21,7 @@ * @package Horde_Db * @subpackage Adapter */ -abstract class Horde_Db_Adapter_Abstract implements Countable +abstract class Horde_Db_Adapter_Abstract { /** * Config options @@ -472,16 +472,6 @@ abstract class Horde_Db_Adapter_Abstract implements Countable } /** - * Returns the number of affected or returned rows of the last query. - * - * @return integer - */ - public function count() - { - return $this->_rowCount; - } - - /** * Check if a transaction has been started */ public function transactionStarted() -- 2.11.0