ref_transaction_commit(): inline call to write_ref_sha1()
commit61e51e0000073b684eaf5393ae2229f4f62f35c9
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 9 May 2015 15:29:20 +0000 (9 17:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 04:28:03 +0000 (12 21:28 -0700)
tree3b52b2b1c29a3cb3cc33ecc54d99274b749b335e
parentba43b7f29c59f75cf5f28af3a02d16c08937e439
ref_transaction_commit(): inline call to write_ref_sha1()

That was the last caller, so delete function write_ref_sha1().

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c