function system_update_7058

7.x system.install system_update_7058()

Remove cron semaphore variable.

Related topics

File

drupal-7.x/modules/system/system.install, line 2574
Install, update and uninstall functions for the system module.

Code

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