<?php

/**
 * @file
 * Install, update and uninstall functions for the Search facets module.
 */

/**
 * Implements hook_uninstall().
 */
function search_api_facetapi_uninstall() {
  variable_del('search_api_facets_search_ids');
}