s3: Remove an unused prototype
authorVolker Lendecke <vl@samba.org>
Thu, 4 Nov 2010 17:49:55 +0000 (18:49 +0100)
committerVolker Lendecke <vlendec@samba.org>
Thu, 4 Nov 2010 17:44:09 +0000 (17:44 +0000)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Nov  4 17:44:09 UTC 2010 on sn-devel-104

source3/smbd/open.c

index f5de607713ced273cb5908256912bafef389a682..85513bdd92bbdd833c881688435c3d7b48326272 100644 (file)
@@ -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.
 ****************************************************************************/