From 5b2034f9c1db7efc14bdfe1a95356833705c4057 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Wed, 10 Jun 2009 10:49:21 -0700 Subject: s3: Remove the now unused CFF_DOS_PATH flag All paths are now unix paths, making this flag useless. This flags argument is now unused and can be safely removed. --- source3/include/smb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index 188c83f22f..4eed68faaf 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1904,11 +1904,6 @@ struct smb_extended_info { char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH]; }; -/* - * create_file_flags - */ -#define CFF_DOS_PATH 0x00000001 - /* time info */ struct smb_file_time { struct timespec mtime; -- cgit