[stdlib] Remove unused kotlin.time.formatUpToDecimals
This commit is contained in:
committed by
Space Team
parent
1e9bc1abc7
commit
2d08953c91
@@ -11,7 +11,3 @@ internal actual inline val durationAssertionsEnabled: Boolean get() = true
|
||||
|
||||
@GCUnsafeCall("Kotlin_DurationValue_formatToExactDecimals")
|
||||
internal actual external fun formatToExactDecimals(value: Double, decimals: Int): String
|
||||
|
||||
internal actual fun formatUpToDecimals(value: Double, decimals: Int): String {
|
||||
return formatToExactDecimals(value, decimals).trimEnd('0')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user