From 4e516fb19146399546bd9cd249ee3adb60c07e16 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 10 Jul 2009 12:03:51 -0700 Subject: s3 smb2: Remove unused variable --- source3/smbd/smb2_lock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c index 325c789320..121b4eb24d 100644 --- a/source3/smbd/smb2_lock.c +++ b/source3/smbd/smb2_lock.c @@ -191,7 +191,6 @@ static struct tevent_req *smbd_smb2_lock_send(TALLOC_CTX *mem_ctx, connection_struct *conn = smb2req->tcon->compat_conn; files_struct *fsp; int32_t timeout = -1; - uint8_t type = 0; bool isunlock = false; uint16_t i; struct smbd_lock_element *locks; -- cgit