* path.h (enum pathconv_arg): Remove PC_CHECK_EA.

This commit is contained in:
Corinna Vinschen
2010-10-05 14:19:17 +00:00
parent e684be61f8
commit 7c5ede22c5
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,6 @@ enum pathconv_arg
PC_SYM_CONTENTS = 0x0008,
PC_NOFULL = 0x0010,
PC_NULLEMPTY = 0x0020,
PC_CHECK_EA = 0x0040,
PC_POSIX = 0x0080,
PC_NOWARN = 0x0100,
PC_KEEP_HANDLE = 0x00400000,