diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-14 12:21:03 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-19 20:40:43 -0400 |
commit | b52a27053850590e0ac8f1431a9aad50b7beffee (patch) | |
tree | 4fe681735ccbcf248f5bbd7ea049884fad25d04e /src/db.h | |
parent | cde87ee75cd95b076259e146705bf34b66cd83aa (diff) |
Reorganize(): remove spurious TxnAbort()
If Reorganize() fails, then its caller, CBlock::SetBestChain(),
will call TxnAbort().
Redundant TxnAbort() calls are harmless. The second will return an
error return value, with no other side effects. TxnAbort() return
values are generally never checked. The impact is nil.
Diffstat (limited to 'src/db.h')
0 files changed, 0 insertions, 0 deletions