From 6fcec2f9aeeac6329ecf2f7084173f5b4346588b Mon Sep 17 00:00:00 2001 From: René Scharfe Date: Mon, 25 Dec 2017 18:48:34 +0100 Subject: commit: remove unused function clear_commit_marks_for_object_array() Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- commit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'commit.h') diff --git a/commit.h b/commit.h index 99a3fea68d..bdf14f0a72 100644 --- a/commit.h +++ b/commit.h @@ -219,7 +219,6 @@ struct commit *pop_commit(struct commit_list **stack); void clear_commit_marks(struct commit *commit, unsigned int mark); void clear_commit_marks_many(int nr, struct commit **commit, unsigned int mark); -void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark); enum rev_sort_order { -- cgit v1.2.3