diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php
index 0684f26..845dcf2 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -2197,7 +2197,6 @@ function hook_stream_wrappers_alter(&$wrappers) {
  *   An array of file objects, indexed by fid.
  *
  * @see file_load_multiple()
- * @see upload_file_load()
  */
 function hook_file_load($files) {
   // Add the upload specific data into the file object.
@@ -2322,7 +2321,6 @@ function hook_file_move($file, $source) {
  *   The file that has just been deleted.
  *
  * @see file_delete()
- * @see upload_file_delete()
  */
 function hook_file_delete($file) {
   // Delete all information associated with the file.
