Remove redundant

This commit is contained in:
Max Goedjen 2023-03-11 17:48:54 -08:00
parent a192c6728f
commit e2afb92fbf
No known key found for this signature in database
1 changed files with 0 additions and 16 deletions

View File

@ -281,19 +281,3 @@ extension TKTokenWatcher {
}
}
extension SmartCard {
/// A wrapper around an error code reported by a Keychain API.
public struct KeychainError: Error {
/// The status code involved.
public let statusCode: OSStatus
}
/// A signing-related error.
public struct SigningError: Error {
/// The underlying error reported by the API, if one was returned.
public let error: SecurityError?
}
}