From: Stefan Metzmacher Date: Tue, 31 Jul 2018 10:29:29 +0000 (+0200) Subject: smb2_ioctl_network_fs: remove unused fsctl_srv_copychunk_state->aapl_copyfile X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=827dd0145b78dcd01189f0608938b6a5d6f6fe12;p=metze%2Fsamba%2Fwip.git smb2_ioctl_network_fs: remove unused fsctl_srv_copychunk_state->aapl_copyfile This is not used since commit 74e018f476608429caa1c3594102485ccc17afce. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/smb2_ioctl_network_fs.c b/source3/smbd/smb2_ioctl_network_fs.c index c0d175609ec7..8154fa3f92ed 100644 --- a/source3/smbd/smb2_ioctl_network_fs.c +++ b/source3/smbd/smb2_ioctl_network_fs.c @@ -94,7 +94,6 @@ struct fsctl_srv_copychunk_state { COPYCHUNK_OUT_LIMITS, COPYCHUNK_OUT_RSP, } out_data; - bool aapl_copyfile; }; static void fsctl_srv_copychunk_vfs_done(struct tevent_req *subreq);