function system_update_8032

Remove the drupal_js_cache_files variable.

Related topics

File

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

Code

function system_update_8032() {
  update_variable_del('drupal_js_cache_files');
}