function system_update_8037

Remove the 'password_count_log2' variable.

Related topics

File

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

Code

function system_update_8037() {
  update_variable_del('password_count_log2');
}