Commit 6525c300e6e810bc7fc439416623ab9d322195f4

Stefan Sperling 2018-04-02T20:51:57

forgot to delete D_EDIT in previous

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/got_lib_diff.h b/lib/got_lib_diff.h
index 1d375ea..755a962 100644
--- a/lib/got_lib_diff.h
+++ b/lib/got_lib_diff.h
@@ -37,7 +37,6 @@
 /*
  * Output format options
  */
-#define	D_EDIT		-1	/* Editor script out */
 #define	D_REVERSE	1	/* Reverse editor script */
 #define	D_UNIFIED	3	/* Unified context diff */
 #define	D_IFDEF		4	/* Diff with merged #ifdef's */