From c5f784968963d7da523a4c9fe03fec5d7417de81 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Wed, 11 May 2016 17:23:58 +0200 Subject: [PATCH] Minor: delete dead field --- node/src/main/kotlin/core/node/AbstractNode.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/node/src/main/kotlin/core/node/AbstractNode.kt b/node/src/main/kotlin/core/node/AbstractNode.kt index 92d7a0f78f..602056519a 100644 --- a/node/src/main/kotlin/core/node/AbstractNode.kt +++ b/node/src/main/kotlin/core/node/AbstractNode.kt @@ -27,7 +27,6 @@ import java.nio.file.Files import java.nio.file.Path import java.security.KeyPair import java.time.Clock -import java.time.Duration import java.time.Instant import java.util.* @@ -45,8 +44,6 @@ abstract class AbstractNode(val dir: Path, val configuration: NodeConfiguration, val PUBLIC_IDENTITY_FILE_NAME = "identity-public" } - val networkMapServiceCallTimeout: Duration = Duration.ofSeconds(1) - // TODO: Persist this, as well as whether the node is registered. /** * Sequence number of changes sent to the network map service, when registering/de-registering this node