function feeds_ex_uninstall in Feeds extensible parsers 7
Same name and namespace in other branches
- 8 feeds_ex.install \feeds_ex_uninstall()
Implements hook_uninstall().
File
- ./
feeds_ex.install, line 18 - Install/enable/update hooks for feeds_ex.
Code
function feeds_ex_uninstall() {
variable_del('feeds_ex_jmespath_compile_dir');
}