ref_transaction_commit(): remove local variables n and updates
commitefe472813d60befd72d6e2797934c90b22a26c93
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 21 Apr 2016 22:02:50 +0000 (22 00:02 +0200)
committerMichael Haggerty <mhagger@alum.mit.edu>
Mon, 13 Jun 2016 09:23:26 +0000 (13 11:23 +0200)
treedf334c7a14157835ae8b6ab8ca1b4e38f750aba8
parente711b1af2ead2ffad5c510aadbbc387c7d8aa4c7
ref_transaction_commit(): remove local variables n and updates

These microoptimizations don't make a significant difference in speed.
And they cause problems if somebody ever wants to modify the function to
add updates to a transaction as part of processing it, as will happen
shortly.

Make the same changes in initial_ref_transaction_commit().

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
refs/files-backend.c