From be020332a152ef95e0e8435fb69d8c02d5da29bb Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 27 May 2005 15:55:01 -0700 Subject: [PATCH] Remove a function not used anymore. Earlier rename/copy detection left unmodified filepair in the output and forced downstream to keep them even when they are filtering, and the diff_needs_to_stay() function was used for the logic. It is not used anymore, so remove it. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diffcore.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'diffcore.h') diff --git a/diffcore.h b/diffcore.h index 0f82bd933e..e9cf2edcf4 100644 --- a/diffcore.h +++ b/diffcore.h @@ -70,9 +70,6 @@ extern struct diff_filepair *diff_queue(struct diff_queue_struct *, struct diff_filespec *); extern void diff_q(struct diff_queue_struct *, struct diff_filepair *); -extern int diff_needs_to_stay(struct diff_queue_struct *, int, - struct diff_filespec *); - #define DIFF_DEBUG 0 #if DIFF_DEBUG void diff_debug_filespec(struct diff_filespec *, int, const char *); -- cgit v1.2.3