mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-15093 removing obsolete TODO comment
This commit is contained in:
parent
2740cea059
commit
bca5016190
@ -69,11 +69,6 @@ class sqlsrv_native_moodle_database extends moodle_database {
|
||||
* @return string db family name (mysql, postgres, mssql, sqlsrv, oracle, etc.)
|
||||
*/
|
||||
public function get_dbfamily() {
|
||||
/**
|
||||
* NOTE: If this is changed to use the mssql family of
|
||||
* databases, then sqlsrv_sql_generator.php can be deleted
|
||||
* because it will not be used.
|
||||
*/
|
||||
return 'mssql';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user