From 18ae694e299b848478f054e9f1135a9a9b794446 Mon Sep 17 00:00:00 2001 From: romanb Date: Sat, 24 Nov 2007 18:13:00 +0000 Subject: [PATCH] Removed test code --- lib/Doctrine/Query/Abstract.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Doctrine/Query/Abstract.php b/lib/Doctrine/Query/Abstract.php index 56dc40a64..988e5ca0b 100644 --- a/lib/Doctrine/Query/Abstract.php +++ b/lib/Doctrine/Query/Abstract.php @@ -231,8 +231,6 @@ abstract class Doctrine_Query_Abstract protected $_isLimitSubqueryUsed = false; - protected $_sqlBuilder; - /** * @@ -250,7 +248,6 @@ abstract class Doctrine_Query_Abstract $this->_conn = $connection; $this->_hydrator = $hydrator; $this->_tokenizer = new Doctrine_Query_Tokenizer(); - $this->_sqlBuilder = new Doctrine_Query_SqlBuilder($this->_tokenizer); } /**