[warnings] eliminate dead code

This commit is contained in:
akallabeth
2025-03-03 22:16:06 +01:00
parent 7406855337
commit 6d541c8691
35 changed files with 145 additions and 406 deletions

View File

@@ -205,13 +205,6 @@ static std::wstring err2wstr(LONG code)
return converter.from_bytes(str);
}
#if 0
static bool test_listreadergroups(SCARDCONTEXT hContext) {
auto rc = SCardListReaderGroupsA(hContext, &groups, &foobar);
rc = SCardListReaderGroupsW(hContext, &groups, &foobar);
}
#endif
static bool test_valid(SCARDCONTEXT context)
{
auto rc = SCardIsValidContext(context);