smb2_ioctl_network_fs: remove unused fsctl_srv_copychunk_state->aapl_copyfile
authorStefan Metzmacher <metze@samba.org>
Tue, 31 Jul 2018 10:29:29 +0000 (12:29 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 28 Mar 2019 23:09:34 +0000 (23:09 +0000)
This is not used since commit 74e018f476608429caa1c3594102485ccc17afce.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_ioctl_network_fs.c

index c0d175609ec7e9359208ab19cfa917f2546a0857..8154fa3f92ed2ea7986bdf0642b1422743b2724a 100644 (file)
@@ -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);