Index: update.php
===================================================================
RCS file: /cvs/drupal/drupal/update.php,v
retrieving revision 1.316
diff -u -p -r1.316 update.php
--- update.php	3 Feb 2010 18:16:22 -0000	1.316
+++ update.php	15 Feb 2010 04:54:13 -0000
@@ -215,10 +215,6 @@ function update_results_page() {
 function update_info_page() {
   // Change query-strings on css/js files to enforce reload for all users.
   _drupal_flush_css_js();
-  // Flush the cache of all data for the update status module.
-  if (db_table_exists('cache_update')) {
-    cache_clear_all('*', 'cache_update', TRUE);
-  }
 
   update_task_list('info');
   drupal_set_title('Drupal database update');
