You are here

function robotstxt_uninstall in RobotsTxt 7

Same name and namespace in other branches
  1. 5 robotstxt.install \robotstxt_uninstall()
  2. 6 robotstxt.install \robotstxt_uninstall()

Implements hook_uninstall().

File

./robotstxt.install, line 34
Install, update and uninstall functions for the robotstxt module.

Code

function robotstxt_uninstall() {
  variable_del('robotstxt');
}