summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2012-04-25 22:35:54 +0200
committerJunio C Hamano <gitster@pobox.com>2012-04-25 14:51:21 -0700
commita81a7fbc1a423b112158c2d8647ee80caba108ef (patch)
treec409984bdde0775e056677639fe5b9de460b57e9 /commit.h
parent2e7da8e9f436f58730c087144763d3e45b6572c4 (diff)
downloadgit-a81a7fbc1a423b112158c2d8647ee80caba108ef.tar.gz
commit: remove commit_list_reverse()
The function commit_list_reverse() is not used anymore; delete it. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/commit.h b/commit.h
index bd17770e85..ccaa20b262 100644
--- a/commit.h
+++ b/commit.h
@@ -59,7 +59,6 @@ unsigned commit_list_count(const struct commit_list *l);
struct commit_list *commit_list_insert_by_date(struct commit *item,
struct commit_list **list);
void commit_list_sort_by_date(struct commit_list **list);
-void commit_list_reverse(struct commit_list **list_p);
void free_commit_list(struct commit_list *list);