summaryrefslogtreecommitdiffstats
path: root/sha1_name.c
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-10-31 10:25:39 +0100
committerJunio C Hamano <gitster@pobox.com>2013-10-31 21:47:19 +0100
commit57b15ead774ed2139d9ece494ef67f3f9fd5bbf2 (patch)
treea1420c892eea7772211d3113245a77dcfc48efdc /sha1_name.c
parentbranch: trivial style fix (diff)
downloadgit-57b15ead774ed2139d9ece494ef67f3f9fd5bbf2.tar.xz
git-57b15ead774ed2139d9ece494ef67f3f9fd5bbf2.zip
sha1-name: trivial style cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1_name.c')
-rw-r--r--sha1_name.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha1_name.c b/sha1_name.c
index 0e5fe7f937..e9c299943b 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];