lock_ref_sha1_basic(): remove unneeded local variable
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 22 Apr 2016 07:13:00 +0000 (09:13 +0200)
committerMichael Haggerty <mhagger@alum.mit.edu>
Mon, 13 Jun 2016 09:23:49 +0000 (11:23 +0200)
resolve_ref_unsafe() can cope with being called with NULL passed to its
flags argument. So lock_ref_sha1_basic() can just hand its own type
parameter through.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
No differences found