[stdlib] Remove unused kotlin.time.formatUpToDecimals

This commit is contained in:
Igor Yakovlev
2024-01-03 16:16:00 +01:00
committed by Space Team
parent 1e9bc1abc7
commit 2d08953c91
6 changed files with 0 additions and 19 deletions
@@ -1491,4 +1491,3 @@ private fun durationOfMillisNormalized(millis: Long) =
internal expect val durationAssertionsEnabled: Boolean
internal expect fun formatToExactDecimals(value: Double, decimals: Int): String
internal expect fun formatUpToDecimals(value: Double, decimals: Int): String