Commit 18ae694e authored by romanb's avatar romanb

Removed test code

parent 02e0aff3
...@@ -231,8 +231,6 @@ abstract class Doctrine_Query_Abstract ...@@ -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 ...@@ -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);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment