secur32: Remove dead code (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-03 20:28:28 +02:00 committed by Alexandre Julliard
parent f73733b8b0
commit 982e7f96b1
2 changed files with 0 additions and 2 deletions

View File

@ -1255,7 +1255,6 @@ static SECURITY_STATUS SEC_ENTRY ntlm_AcceptSecurityContext(
}
}
pOutput->pBuffers[0].cbBuffer = 0;
ret = SEC_E_OK;
TRACE("Getting negotiated flags\n");
lstrcpynA(buffer, "GF", max_len - 1);

View File

@ -793,7 +793,6 @@ SECURITY_STATUS WINAPI QuerySecurityPackageInfoW(SEC_WCHAR *pszPackageName,
{
(*ppPackageInfo)->Comment = nextString;
lstrcpynW(nextString, package->infoW.Comment, commentLen);
nextString += commentLen;
}
else
(*ppPackageInfo)->Comment = NULL;