From c133fcc0b1e844103c6454b370f7cd101f09df47 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 4 Nov 2010 18:49:55 +0100 Subject: s3: Remove an unused prototype Autobuild-User: Volker Lendecke Autobuild-Date: Thu Nov 4 17:44:09 UTC 2010 on sn-devel-104 --- source3/smbd/open.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'source3/smbd/open.c') diff --git a/source3/smbd/open.c b/source3/smbd/open.c index f5de607713..85513bdd92 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -34,23 +34,6 @@ struct deferred_open_record { struct file_id id; }; -static NTSTATUS create_file_unixpath(connection_struct *conn, - struct smb_request *req, - struct smb_filename *smb_fname, - uint32_t access_mask, - uint32_t share_access, - uint32_t create_disposition, - uint32_t create_options, - uint32_t file_attributes, - uint32_t oplock_request, - uint64_t allocation_size, - uint32_t private_flags, - struct security_descriptor *sd, - struct ea_list *ea_list, - - files_struct **result, - int *pinfo); - /**************************************************************************** SMB1 file varient of se_access_check. Never test FILE_READ_ATTRIBUTES. ****************************************************************************/ -- cgit