Codechecker fixes and removed other comments.

This commit is contained in:
abhinavgandham
2026-01-20 15:18:21 +10:00
committed by Brendan Heywood
parent 0bff6f5145
commit ffda33329c
5 changed files with 5 additions and 8 deletions

View File

@@ -62,7 +62,6 @@ function xmldb_auth_outage_upgrade($oldversion) {
}
if ($oldversion < 2024081901) {
// Define field metadata to be added to auth_outage.
$table = new xmldb_table('auth_outage');
$field = new xmldb_field('metadata', XMLDB_TYPE_TEXT, null, null, null, null, null, 'accesskey');
@@ -77,7 +76,6 @@ function xmldb_auth_outage_upgrade($oldversion) {
}
if ($oldversion < 2024081902) {
// Removing the default_autostart config as it is no longer used.
unset_config('default_autostart', 'auth_outage');