Remove unused variable in builtin-fetch find_non_local_tags
commitff655a69df524c71464968f823a4826f2d43d7c6
authorShawn O. Pearce <spearce@spearce.org>
Mon, 3 Mar 2008 02:34:36 +0000 (2 21:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2008 08:05:45 +0000 (3 00:05 -0800)
tree1115ba6c9b22dbcf4d354787922083158c0a03c0
parent2d3539e87a75b5f93f9e53bf13a60ef67a28ea62
Remove unused variable in builtin-fetch find_non_local_tags

Apparently fetch_map is passed through, but is not actually used.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c