RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap/Attic/xmlsitemap.pages.inc,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 xmlsitemap.pages.inc
--- xmlsitemap.pages.inc	9 May 2009 10:39:07 -0000	1.1.2.7
+++ xmlsitemap.pages.inc	9 May 2009 14:51:24 -0000
@@ -39,15 +39,6 @@ function xmlsitemap_output($chunk = NULL
   if (!$user->uid) {
     if (variable_get('xmlsitemap_sitemap_needs_update', FALSE)) {
       variable_set('xmlsitemap_update_timestamp', REQUEST_TIME);
-      db_query("DELETE FROM {xmlsitemap} WHERE type ='frontpage'");
-      $row = new stdClass();
-      $row->module = 'xmlsitemap';
-      $row->type = 'frontpage';
-      $changefreq = variable_get('xmlsitemap_front_page_changefreq', 3600);
-      $row->changed = REQUEST_TIME - $changefreq;
-      $row->changefreq = $changefreq;
-      $row->priority = variable_get('xmlsitemap_front_page_priority', 1);
-      drupal_write_record('xmlsitemap', $row);
       module_invoke_all('xmlsitemap_links');
       variable_set('xmlsitemap_sitemap_needs_update', FALSE);
       $result = _xmlsitemap_create_cache_files();
