From 0a9fffe8b708f6594e59f1aa431d97d1141542d0 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Thu, 7 Jan 2016 14:55:10 +0100 Subject: [PATCH] Minor: remove unused import --- src/main/kotlin/core/ContractsDSL.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/core/ContractsDSL.kt b/src/main/kotlin/core/ContractsDSL.kt index 131bc8d20f..0225144f6e 100644 --- a/src/main/kotlin/core/ContractsDSL.kt +++ b/src/main/kotlin/core/ContractsDSL.kt @@ -11,7 +11,6 @@ package core import java.math.BigDecimal import java.security.PublicKey import java.util.* -import kotlin.math.div /** * Defines a simple domain specific language for the specificiation of financial contracts. Currently covers: