You are here

function feeds_uninstall in Feeds 8.2

Same name and namespace in other branches
  1. 8.3 feeds.install \feeds_uninstall()
  2. 6 feeds.install \feeds_uninstall()
  3. 7.2 feeds.install \feeds_uninstall()

Implement hook_uninstall()

File

./feeds.install, line 57
Schema definitions install/update/uninstall hooks.

Code

function feeds_uninstall() {
  variable_del('http_request_timeout');
}