diff --git a/entity_example/entity_example.module b/entity_example/entity_example.module
index aaa5066..2391020 100644
--- a/entity_example/entity_example.module
+++ b/entity_example/entity_example.module
@@ -588,7 +588,6 @@ class EntityExampleBasicController
       $transaction = db_transaction();
       try {
         foreach ($entities as $entity) {
-          module_invoke_all('entity_example_basic_delete', $entity);
           // Invoke hook_entity_delete().
           module_invoke_all('entity_delete', $entity, 'entity_example_basic');
           field_attach_delete('entity_example_basic', $entity);
