chore: remove redundant suppressions
This commit is contained in:
parent
def9786736
commit
a188ad3f72
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ internal object SSHKeyUtils {
|
|||
Regex("END .* PRIVATE KEY").containsMatchIn(lines.last())
|
||||
}
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
suspend fun getOrCreateWrappedPrivateKeyFile(
|
||||
context: Context,
|
||||
requiresAuthentication: Boolean,
|
||||
|
@ -36,7 +35,6 @@ internal object SSHKeyUtils {
|
|||
}
|
||||
}
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
private suspend fun getOrCreateWrappingMasterKey(
|
||||
context: Context,
|
||||
requireAuthentication: Boolean
|
||||
|
|
Loading…
Reference in a new issue