Remove unused util
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
package org.jetbrains.kotlin.gradle.incremental
|
||||
|
||||
import com.sun.xml.internal.messaging.saaj.util.ByteOutputStream
|
||||
import java.io.PrintStream
|
||||
|
||||
internal val Throwable.stackTraceStr: String
|
||||
get() {
|
||||
val byteOutputStream = ByteOutputStream()
|
||||
val printStream = PrintStream(byteOutputStream)
|
||||
@Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN")
|
||||
(this as? java.lang.Throwable)?.printStackTrace(printStream)
|
||||
return byteOutputStream.toString()
|
||||
}
|
||||
Reference in New Issue
Block a user