You are here

function acquia_purge_uninstall in Acquia Purge 6

Same name and namespace in other branches
  1. 7 acquia_purge.install \acquia_purge_uninstall()

Implements hook_uninstall().

File

./acquia_purge.install, line 18
Installation file for the Acquia Purge module.

Code

function acquia_purge_uninstall() {
  drupal_uninstall_schema('acquia_purge');
  variable_del('acquia_purge_queue_counter');
  variable_del('acquia_purge_queue_owners');
}