builtin-branch.c: remove unused code in append_ref() callback function
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 21:52:47 +0000 (14:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 23:57:03 +0000 (16:57 -0700)
We let for_each_ref() to feed all refs to append_ref() but we are only
ever interested in local or remote tracking branches.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found