X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;fp=diffcore.h;h=e9cf2edcf41bcb2f96fc784b72c26c825d6590be;hb=be020332a152ef95e0e8435fb69d8c02d5da29bb;hp=0f82bd933ec2f173d588383ede37890da562578e;hpb=19feebc8c3ca7bd40f2f32f4f856b68b9a02870c;p=git.git diff --git a/diffcore.h b/diffcore.h index 0f82bd93..e9cf2edc 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 *);