From 82df13aeaddff4f93266ed3286ccd121e80a7765 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Sun, 5 Apr 2020 13:23:29 +0100 Subject: [PATCH] MDL-66259 qtype_numerical: remove no-longer relevant todo I noticed --- question/type/numerical/db/upgradelib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/question/type/numerical/db/upgradelib.php b/question/type/numerical/db/upgradelib.php index d151ed59f05..1c54a070dca 100644 --- a/question/type/numerical/db/upgradelib.php +++ b/question/type/numerical/db/upgradelib.php @@ -33,8 +33,6 @@ defined('MOODLE_INTERNAL') || die(); * * This class is used by the code in question/engine/upgrade/upgradelib.php. * - * TODO update for the changes in Moodle 2.0. - * * @copyright 2010 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */