Skip to content

Commit

Permalink
xdiff: remove XDL_PATCH_* macros
Browse files Browse the repository at this point in the history
These are not used anywhere in our codebase, and the bit assignment
definition is merely confusing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 19, 2012
1 parent 406da78 commit e5b0662
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xdiff/xdiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ extern "C" {
#define XDF_HISTOGRAM_DIFF (1 << 6)
#define XDF_WHITESPACE_FLAGS (XDF_IGNORE_WHITESPACE | XDF_IGNORE_WHITESPACE_CHANGE | XDF_IGNORE_WHITESPACE_AT_EOL)

#define XDL_PATCH_NORMAL '-'
#define XDL_PATCH_REVERSE '+'
#define XDL_PATCH_MODEMASK ((1 << 8) - 1)
#define XDL_PATCH_IGNOREBSPACE (1 << 8)

#define XDL_EMIT_FUNCNAMES (1 << 0)
#define XDL_EMIT_COMMON (1 << 1)
#define XDL_EMIT_FUNCCONTEXT (1 << 2)
Expand Down

0 comments on commit e5b0662

Please sign in to comment.