From: René Scharfe Date: Sat, 19 Aug 2017 08:12:45 +0000 (+0200) Subject: commit: remove unused inline function single_parent() X-Git-Tag: v2.14.2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24da8a26a983eb55279c729f5da63d92b45ee066;p=thirdparty%2Fgit.git commit: remove unused inline function single_parent() 53b2c823f6 (revision walker: mini clean-up) added the function in 2007, but it was never used, so we should be able to get rid of it now. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- diff --git a/commit.h b/commit.h index 4127c298cb..f3805fec6b 100644 --- a/commit.h +++ b/commit.h @@ -313,11 +313,6 @@ extern int interactive_add(int argc, const char **argv, const char *prefix, int extern int run_add_interactive(const char *revision, const char *patch_mode, const struct pathspec *pathspec); -static inline int single_parent(struct commit *commit) -{ - return commit->parents && !commit->parents->next; -} - struct commit_list *reduce_heads(struct commit_list *heads); struct commit_extra_header {