secur32: Remove unused field from struct schan_transport.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2022-05-26 17:06:11 +03:00 committed by Alexandre Julliard
parent 93c5353ee7
commit d3378c1441
2 changed files with 0 additions and 3 deletions

View file

@ -826,8 +826,6 @@ static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW(
else
ctx->header_size = HEADER_SIZE_TLS;
ctx->transport.ctx = ctx;
if (pszTargetName && *pszTargetName)
{
UINT len = WideCharToMultiByte( CP_UNIXCP, 0, pszTargetName, -1, NULL, 0, NULL, NULL );

View file

@ -102,7 +102,6 @@ struct schan_buffers
struct schan_transport
{
struct schan_context *ctx;
schan_session session;
struct schan_buffers in;
struct schan_buffers out;