From 64bc0243c3e7f398c5ecdc6bcc1369f02920a1ba Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 1 May 2016 20:13:26 +0000 Subject: [PATCH] [NTFS] This has nothing to do in a NTFS driver svn path=/trunk/; revision=71228 --- reactos/drivers/filesystems/ntfs/ntfs.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reactos/drivers/filesystems/ntfs/ntfs.h b/reactos/drivers/filesystems/ntfs/ntfs.h index 85102e95b0b..be7e6ed4b73 100644 --- a/reactos/drivers/filesystems/ntfs/ntfs.h +++ b/reactos/drivers/filesystems/ntfs/ntfs.h @@ -817,16 +817,6 @@ PVOID NtfsGetUserBuffer(PIRP Irp, BOOLEAN Paging); -#if 0 -BOOLEAN -wstrcmpjoki(PWSTR s1, PWSTR s2); - -VOID -CdfsSwapString(PWCHAR Out, - PUCHAR In, - ULONG Count); -#endif - VOID NtfsFileFlagsToAttributes(ULONG NtfsAttributes, PULONG FileAttributes);