remove not needed code

This commit is contained in:
Adam Velebil 2022-08-09 08:52:14 +02:00
parent 01004eb3e5
commit 527d7129b4
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -45,10 +45,6 @@ enum Application {
Availability getAvailability(YubiKeyData data) {
if (data.info.isSky && this != Application.fido) {
return Availability.unsupported;
}
if (this == Application.management) {
final version = data.info.version;
final available = (version.major > 4 || // YK5 and up