Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[pandora-kernel.git] / fs / ntfs / types.h
index 6e4a7e3..8c8053b 100644 (file)
@@ -61,11 +61,6 @@ typedef sle64 leLSN;
 typedef s64 USN;
 typedef sle64 leUSN;
 
-typedef enum {
-       FALSE = 0,
-       TRUE = 1
-} BOOL;
-
 typedef enum {
        CASE_SENSITIVE = 0,
        IGNORE_CASE = 1,