From 70cc94ccf01e90fbc5a721019832dd7cacf35527 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 7 Aug 2016 17:31:56 -0700 Subject: [PATCH] Not used. --- .../src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt index 1473d93b..c84409bf 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt @@ -270,9 +270,6 @@ class DynamicGraphExecutor(val graph : DynamicGraph, 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 {