1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Removed test code

This commit is contained in:
romanb 2007-11-24 18:13:00 +00:00
parent 02e0aff3b9
commit 18ae694e29

View File

@ -231,8 +231,6 @@ abstract class Doctrine_Query_Abstract
protected $_isLimitSubqueryUsed = false; protected $_isLimitSubqueryUsed = false;
protected $_sqlBuilder;
/** /**
* *
@ -250,7 +248,6 @@ abstract class Doctrine_Query_Abstract
$this->_conn = $connection; $this->_conn = $connection;
$this->_hydrator = $hydrator; $this->_hydrator = $hydrator;
$this->_tokenizer = new Doctrine_Query_Tokenizer(); $this->_tokenizer = new Doctrine_Query_Tokenizer();
$this->_sqlBuilder = new Doctrine_Query_SqlBuilder($this->_tokenizer);
} }
/** /**