mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[warnings] eliminate dead code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user