summaryrefslogtreecommitdiff
path: root/includes/update.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/update.inc')
-rw-r--r--includes/update.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/update.inc b/includes/update.inc
index 2d70ac03a..588c4263b 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -1474,17 +1474,3 @@ function update_retrieve_dependencies() {
return $return;
}
-
-/**
- * @defgroup update-api-6.x-to-7.x Update versions of API functions
- * @{
- * Functions similar to normal API function but not firing hooks.
- *
- * During update, it is impossible to judge the consequences of firing a hook
- * as it might hit a module not yet updated. So simplified versions of some
- * core APIs are provided.
- */
-
-/**
- * @} End of "defgroup update-api-6.x-to-7.x".
- */