You are here

function devel_update_7007 in Devel 7

Delete 'devel_xhprof_*' variables as they were removed from code.

File

./devel.install, line 142

Code

function devel_update_7007() {
  variable_del('devel_xhprof_directory');
  variable_del('devel_xhprof_enabled');
  variable_del('devel_xhprof_url');
}