You are here

function watchdog_prune_uninstall in Watchdog Prune 7

Implements hook_uninstall().

File

./watchdog_prune.install, line 11
Install, update and uninstall functions for the watchdog_prune module.

Code

function watchdog_prune_uninstall() {
  variable_del('watchdog_prune_age');
  variable_del('watchdog_prune_age_type');
}