function system_update_7058

Remove cron semaphore variable.

Related topics

Archivo

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

Código

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