Merge "Avoid calling awful DatabaseBase::strictIPs() method"
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
index f2e6a67..2c6db10 100644 (file)
@@ -1257,13 +1257,6 @@ class DatabaseMssql extends DatabaseBase {
                return $sql;
        }
 
-       /**
-        * @return string
-        */
-       public function getSearchEngine() {
-               return "SearchMssql";
-       }
-
        /**
         * Returns an associative array for fields that are of type varbinary, binary, or image
         * $table can be either a raw table name or passed through tableName() first