1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Not used.

This commit is contained in:
Cedric Beust 2016-08-07 17:31:56 -07:00
parent b5e9962d31
commit 70cc94ccf0

View file

@ -270,9 +270,6 @@ class DynamicGraphExecutor<T>(val graph : DynamicGraph<T>, val factory: IThreadW
fun dumpHistory() {
log(1, "Thread report")
fun col1(s: String) = String.format(" %1\$-8s", s)
fun col2(s: String) = String.format(" %1\$-25s", s)
val table = AsciiTable.Builder()
.width(11)
threadIds.keys.forEach {