[winpr,smartcard] remove unused variable

This commit is contained in:
Armin Novak
2026-02-10 14:33:56 +01:00
parent 6f6ab57eb7
commit 6bf8793589

View File

@@ -2514,7 +2514,6 @@ static LONG PCSC_ReadDeviceSystemName(WINPR_ATTR_UNUSED SCARDCONTEXT hContext, S
DWORD dwAttrId, LPBYTE pbAttr, LPDWORD pcbAttrLen)
{
/* Get reader name from SCardStatus */
CHAR* szReader = NULL;
PCSC_DWORD dwState = 0;
PCSC_DWORD dwProtocol = 0;
LONG status = 0;