Skip to content
Snippets Groups Projects
Commit 79bda737 authored by Alex Barth's avatar Alex Barth
Browse files

Delete duplicate feeds_taxonomy_term_delete().

parent 598eed89
No related branches found
No related tags found
No related merge requests found
......@@ -488,15 +488,6 @@ function feeds_taxonomy_term_insert($term) {
}
}
/**
* Implements hook_taxonomy_term_delete().
*/
function feeds_taxonomy_term_delete($term) {
db_delete('feeds_term_item')
->condition('tid', $term->tid)
->execute();
}
/**
* Implements hook_taxonomy_delete().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment