diff --git a/core/modules/file/file.module b/core/modules/file/file.module
index 3dc1fbb..5d7797a 100644
--- a/core/modules/file/file.module
+++ b/core/modules/file/file.module
@@ -49,11 +49,6 @@ function file_menu() {
     'theme callback' => 'ajax_base_page_theme',
     'type' => MENU_CALLBACK,
   );
-  $items['file/progress'] = array(
-    'route name' => 'file.ajax.progress',
-    'theme callback' => 'ajax_base_page_theme',
-    'type' => MENU_CALLBACK,
-  );
 
   return $items;
 }
