summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-10-31 09:25:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-31 20:47:19 (GMT)
commit57b15ead774ed2139d9ece494ef67f3f9fd5bbf2 (patch)
treea1420c892eea7772211d3113245a77dcfc48efdc
parent54d07f2e25eb90f00def6d6406714d787ab0beb9 (diff)
downloadgit-57b15ead774ed2139d9ece494ef67f3f9fd5bbf2.zip
git-57b15ead774ed2139d9ece494ef67f3f9fd5bbf2.tar.gz
git-57b15ead774ed2139d9ece494ef67f3f9fd5bbf2.tar.bz2
sha1-name: trivial style cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--sha1_name.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha1_name.c b/sha1_name.c
index 0e5fe7f..e9c2999 100644
--- a/sha1_name.c
+++ b/sha1_name.c
@@ -343,7 +343,6 @@ static int get_short_sha1(const char *name, int len, unsigned char *sha1,
return status;
}
-
int for_each_abbrev(const char *prefix, each_abbrev_fn fn, void *cb_data)
{
char hex_pfx[40];