refs: inline function do_not_prune()
commit8d3725b96fa6878fabe5ec715ff7b9f263481ea1
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 22 Apr 2013 19:52:36 +0000 (22 21:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 May 2013 22:33:11 +0000 (1 15:33 -0700)
tree9b7f368375aa766012aef6b1da5b6bacb262444f
parent12e77559ec4bf863d3703a25ab79298d5ff89b3b
refs: inline function do_not_prune()

Function do_not_prune() was redundantly checking REF_ISSYMREF, which
was already tested at the top of pack_one_ref(), so remove that check.
And the rest was trivial, so inline the function.

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