1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

vfs_default: Remove an unused data member

This was added as part of 7f7ce0ec2f3e3cfb46314e5ad3ea6b5c49085f1d but
never got consumed.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Anoop C S 2020-05-30 17:51:20 +05:30 committed by Jeremy Allison
parent accbd9ee1c
commit f501881a1c

View File

@ -3238,7 +3238,6 @@ struct vfswrap_getxattrat_state {
struct tevent_context *ev;
files_struct *dir_fsp;
const struct smb_filename *smb_fname;
struct tevent_req *req;
/*
* The following variables are talloced off "state" which is protected
@ -3291,7 +3290,6 @@ static struct tevent_req *vfswrap_getxattrat_send(
.ev = ev,
.dir_fsp = dir_fsp,
.smb_fname = smb_fname,
.req = req,
};
max_threads = pthreadpool_tevent_max_threads(dir_fsp->conn->sconn->pool);