Removed unused enum.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-11-08 22:04:40 +03:00
parent 5e0c9c911d
commit 34c1e1a38a

View File

@ -77,14 +77,6 @@
/*** enums ***************************************************************************************/
/* Matching */
enum
{
match_file, /* match a filename, use easy_patterns */
match_normal, /* match pattern, use easy_patterns */
match_regex /* match pattern, force using regex */
};
/* Pathname canonicalization */
typedef enum
{