Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e5b0662

Browse files
committed
xdiff: remove XDL_PATCH_* macros
These are not used anywhere in our codebase, and the bit assignment definition is merely confusing. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 406da78 commit e5b0662

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xdiff/xdiff.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ extern "C" {
3636
#define XDF_HISTOGRAM_DIFF (1 << 6)
3737
#define XDF_WHITESPACE_FLAGS (XDF_IGNORE_WHITESPACE | XDF_IGNORE_WHITESPACE_CHANGE | XDF_IGNORE_WHITESPACE_AT_EOL)
3838

39-
#define XDL_PATCH_NORMAL '-'
40-
#define XDL_PATCH_REVERSE '+'
41-
#define XDL_PATCH_MODEMASK ((1 << 8) - 1)
42-
#define XDL_PATCH_IGNOREBSPACE (1 << 8)
43-
4439
#define XDL_EMIT_FUNCNAMES (1 << 0)
4540
#define XDL_EMIT_COMMON (1 << 1)
4641
#define XDL_EMIT_FUNCCONTEXT (1 << 2)

0 commit comments

Comments
 (0)