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())
|
Regex("END .* PRIVATE KEY").containsMatchIn(lines.last())
|
||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("BlockingMethodInNonBlockingContext")
|
|
||||||
suspend fun getOrCreateWrappedPrivateKeyFile(
|
suspend fun getOrCreateWrappedPrivateKeyFile(
|
||||||
context: Context,
|
context: Context,
|
||||||
requiresAuthentication: Boolean,
|
requiresAuthentication: Boolean,
|
||||||
|
@ -36,7 +35,6 @@ internal object SSHKeyUtils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("BlockingMethodInNonBlockingContext")
|
|
||||||
private suspend fun getOrCreateWrappingMasterKey(
|
private suspend fun getOrCreateWrappingMasterKey(
|
||||||
context: Context,
|
context: Context,
|
||||||
requireAuthentication: Boolean
|
requireAuthentication: Boolean
|
||||||
|
|
Loading…
Reference in a new issue