Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs
[safe/jmp/linux-2.6] / fs / ntfs / types.h
index 6e4a7e3..8c8053b 100644 (file)
@@ -62,11 +62,6 @@ typedef s64 USN;
 typedef sle64 leUSN;
 
 typedef enum {
-       FALSE = 0,
-       TRUE = 1
-} BOOL;
-
-typedef enum {
        CASE_SENSITIVE = 0,
        IGNORE_CASE = 1,
 } IGNORE_CASE_BOOL;