From f518e00208968c8b19a6d307a18b2bbd4a9498e0 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 25 Aug 2021 09:31:08 +0200 Subject: [PATCH] code cleanup --- .../org/domaindrivenarchitecture/provs/core/Prov.kt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/core/Prov.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/core/Prov.kt index 4ca81f0..97e0adc 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/core/Prov.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/core/Prov.kt @@ -424,14 +424,3 @@ internal data class ResultLine(val level: Int, val method: String?, var provResu return "---".repeat(level) + "> " } } - -fun Prov.myfu() = def { - cmd("echo asdf222") -} -fun main() { - - local().def { - cmd("echo asdfasdf") - myfu() - } -} \ No newline at end of file