Remove unneeded macros
Showing
1 changed file
with
0 additions
and
7 deletions
... | @@ -21,13 +21,6 @@ | ... | @@ -21,13 +21,6 @@ |
21 | #include <dirent.h> | 21 | #include <dirent.h> |
22 | #include <pwd.h> | 22 | #include <pwd.h> |
23 | 23 | ||
24 | #define NOMATCH (0) | ||
25 | #define MATCH (1 << 0) | ||
26 | #define RECURSE_MATCH (1 << 1) | ||
27 | #define NOSELECT (1 << 2) | ||
28 | #define NOINFERIORS (1 << 3) | ||
29 | #define NOSELECT_RECURSE (1 << 4) | ||
30 | |||
31 | static int | 24 | static int |
32 | imap4d_match (const char *name, void *pat, int flags) | 25 | imap4d_match (const char *name, void *pat, int flags) |
33 | { | 26 | { | ... | ... |
-
Please register or sign in to post a comment