Skip to content

Commit 25790be

Browse files
stefanbellergitster
authored andcommitted
xdiff/xdiff.h: remove unused flags
These flags were there since the beginning (3443546 (Use a *real* built-in diff generator, 2006-03-24), but were never used. Remove them. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe0a9ea commit 25790be

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

xdiff/xdiff.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ extern "C" {
5252
#define XDL_EMIT_FUNCNAMES (1 << 0)
5353
#define XDL_EMIT_FUNCCONTEXT (1 << 2)
5454

55-
#define XDL_MMB_READONLY (1 << 0)
56-
57-
#define XDL_MMF_ATOMIC (1 << 0)
58-
59-
#define XDL_BDOP_INS 1
60-
#define XDL_BDOP_CPY 2
61-
#define XDL_BDOP_INSB 3
62-
6355
/* merge simplification levels */
6456
#define XDL_MERGE_MINIMAL 0
6557
#define XDL_MERGE_EAGER 1

0 commit comments

Comments
 (0)