function system_update_7058

Remove cron semaphore variable.

Related topics

File

drupal/modules/system/system.install, line 2653
Install, update and uninstall functions for the system module.

Code

function system_update_7058() {
  variable_del('cron_semaphore');
}