MINOR Removed MSSQLDatabase::$mssqlVersion - it's not used

This commit is contained in:
Sean Harvey 2010-02-02 02:08:02 +00:00
parent 4b3d185c67
commit adb7369f5f

View File

@ -53,13 +53,7 @@ class MSSQLDatabase extends SS_Database {
* @todo This is a bit clumsy; affectedRows() should be moved to {@link Query} object, so that this isn't necessary.
*/
protected $lastAffectedRows;
/**
* The version of MSSQL
* @var float
*/
protected $mssqlVersion;
/**
* Words that will trigger an error if passed to a SQL Server fulltext search
*/