builtin-remote: remove unused code in get_ref_states
commit7b9a5e276cc685788386f1dcbd6a201f9f18da16
authorJay Soffian <jaysoffian@gmail.com>
Wed, 25 Feb 2009 08:32:20 +0000 (25 03:32 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2009 23:19:08 +0000 (27 15:19 -0800)
treede0e47743d0a4d75d7ca3e519e29c7992c0e22b3
parent88733235615b24198599b533f9d02578ef739536
builtin-remote: remove unused code in get_ref_states

get_ref_states() populates the util pointer of the string_list_item's
that it adds to states->new and states->tracked, but nothing ever uses
the pointer, so we can get rid of the extra code.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c