GNOME Bugzilla – Bug 733452
core: Unify object deletion code with prune
Last modified: 2014-07-20 12:57:58 UTC
The prune API duplicated logic to delete objects, and furthermore the core API to delete an object didn't clean up detached metadata. Fix the duplication by doing the obvious thing: prune should call _delete.
Created attachment 281234 [details] [review] core: Unify object deletion code with prune
Review of attachment 281234 [details] [review]: Makes sense.
Attachment 281234 [details] pushed as 72da2e0 - core: Unify object deletion code with prune