You are here

function robotstxt_uninstall in RobotsTxt 5

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

Implementation of hook_uninstall().

File

./robotstxt.install, line 18

Code

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