diff options
Diffstat (limited to 'diffcore.h')
-rw-r--r-- | diffcore.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/diffcore.h b/diffcore.h index dc0f21db9b..981ee052d7 100644 --- a/diffcore.h +++ b/diffcore.h @@ -59,10 +59,6 @@ struct diff_filepair { #define DIFF_PAIR_MODE_CHANGED(p) ((p)->one->mode != (p)->two->mode) -#define DIFF_FILE_CANON_MODE(mode) \ - (S_ISREG(mode) ? (S_IFREG | ce_permissions(mode)) : \ - S_ISLNK(mode) ? S_IFLNK : S_IFDIR) - extern void diff_free_filepair(struct diff_filepair *); extern int diff_unmodified_pair(struct diff_filepair *); |