diff options
-rw-r--r-- | source3/smbd/close.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c index 3c5b6d74eb..d4b9ad0223 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -708,7 +708,6 @@ static NTSTATUS close_normal_file(struct smb_request *req, files_struct *fsp, connection_struct *conn = fsp->conn; if (fsp->num_aio_requests != 0) { - char *str; /* * reply_close and the smb2 close must have taken care of * this. No other callers of close_file should ever have |