function perfmon_uninstall in Performance monitor 7
Implements hook_uninstall().
File
- ./
perfmon.install, line 72 - Install, update and uninstall functions for the perfmon module.
Code
function perfmon_uninstall() {
variable_del('perfmon_last_run');
}