diff --git a/core/lib/Drupal/Core/Extension/module.api.php b/core/lib/Drupal/Core/Extension/module.api.php index b23b3d2c6d..079ad0fac9 100644 --- a/core/lib/Drupal/Core/Extension/module.api.php +++ b/core/lib/Drupal/Core/Extension/module.api.php @@ -644,8 +644,6 @@ function hook_install_tasks_alter(&$tasks, $install_state) { * @see hook_update_last_removed() * @see update_get_update_list() * @see \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface - * @see node_update_8001 - * @see system_update_8004 * @see https://www.drupal.org/node/2535316 */ function hook_update_N(&$sandbox) { diff --git a/core/modules/hal/tests/fixtures/update/drupal-8.rest-hal_update_8301.php b/core/modules/hal/tests/fixtures/update/drupal-8.rest-hal_update_8301.php deleted file mode 100644 index cccd707bb8..0000000000 Binary files a/core/modules/hal/tests/fixtures/update/drupal-8.rest-hal_update_8301.php and /dev/null differ