From: Volker Lendecke Date: Sun, 13 Oct 2013 10:20:29 +0000 (+0200) Subject: libcli4: Remove an unused variable X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=064433f265d2215389f2a377b6e8243318669b65 libcli4: Remove an unused variable Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Sun Oct 13 17:58:23 CEST 2013 on sn-devel-104 --- diff --git a/source4/libcli/smb2/transport.c b/source4/libcli/smb2/transport.c index b4a6c943dd..9b0c1461fd 100644 --- a/source4/libcli/smb2/transport.c +++ b/source4/libcli/smb2/transport.c @@ -48,7 +48,6 @@ struct smb2_transport *smb2_transport_init(struct smbcli_socket *sock, struct smbcli_options *options) { struct smb2_transport *transport; - uint32_t smb2_capabilities = 0; transport = talloc_zero(parent_ctx, struct smb2_transport); if (!transport) return NULL;