X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wildmatch.h;h=599369629824ec5f2bbb8e8affb19e8cc9058cc3;hb=6d2035ee605980efa9915e10d35e7a355fc74077;hp=b8c826aa684ec2cb0251af8e24a89689d66614b1;hpb=4891961105c3af1022b1166e8dc5d1fe154a74b7;p=thirdparty%2Fgit.git diff --git a/wildmatch.h b/wildmatch.h index b8c826aa68..5993696298 100644 --- a/wildmatch.h +++ b/wildmatch.h @@ -4,7 +4,6 @@ #define WM_CASEFOLD 1 #define WM_PATHNAME 2 -#define WM_ABORT_MALFORMED 2 #define WM_NOMATCH 1 #define WM_MATCH 0 #define WM_ABORT_ALL -1