function system_update_7058 in Drupal 7
Remove cron semaphore variable.
Related topics
File
- modules/
system/ system.install, line 2684 - Install, update and uninstall functions for the system module.
Code
function system_update_7058() {
variable_del('cron_semaphore');
}