commit 6525c300e6e810bc7fc439416623ab9d322195f4 from: Stefan Sperling date: Mon Apr 02 18:51:57 2018 UTC forgot to delete D_EDIT in previous commit - 0165cdf03ffac4c24334979832ad27554913d54c commit + 6525c300e6e810bc7fc439416623ab9d322195f4 blob - 1d375ea873804e20721c9034934a7f3aa4acd858 blob + 755a962cb4d952db9ac9c9abfbd34176b06c5d4c --- lib/got_lib_diff.h +++ 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 */