Re: [PATCH v6 10/42] refs.c: ref_transaction_delete to check for error and return status
From: Jonathan Nieder <hidden> Date: 2016-06-15 23:01:09
Ronnie Sahlberg wrote:
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>