Re: [PATCH v6 10/42] refs.c: ref_transaction_delete to check for error and return status
From: Ronnie Sahlberg <hidden> Date: 2016-06-15 23:01:10
On Wed, May 14, 2014 at 5:19 PM, Jonathan Nieder [off-list ref] wrote:
Ronnie Sahlberg wrote:
quoted
Change ref_transaction_delete() to do basic error checking and return
status. Update all callers to check the return for ref_transaction_delete()
There are currently no conditions in _delete that will return error but there
will be in the future.
Signed-off-by: Ronnie Sahlberg <redacted>