You are here

function feeds_uninstall in Feeds 6

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

Implementation of hook_uninstall().

File

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

Code

function feeds_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('feeds');
}