function feeds_oai_pmh_uninstall in Feeds OAI-PMH Fetcher and Parser 6
Same name and namespace in other branches
- 7 feeds_oai_pmh.install \feeds_oai_pmh_uninstall()
Implementation of hook_uninstall().
File
- ./feeds_oai_pmh.install, line 13 
Code
function feeds_oai_pmh_uninstall() {
  // Remove tables.
}