Re: [PATCH] commit: remove unused inline function single_parent()

2017-08-19 Thread Junio C Hamano
Thanks.

[PATCH] commit: remove unused inline function single_parent()

2017-08-19 Thread René Scharfe
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 --- commit.h | 5 - 1 file changed, 5 deletions(-) diff --git a/commit.h b/commit.h index 6d857f06c1..1283d2a51f 100644 --- a