From 67b51289564061dc46606dc67009039269159f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mien=20Kocher?= Date: Tue, 5 May 2020 18:47:22 +0200 Subject: [PATCH] Removes unused variable --- mino/minogrpc/server.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mino/minogrpc/server.go b/mino/minogrpc/server.go index 234a5163e..0c31851c5 100644 --- a/mino/minogrpc/server.go +++ b/mino/minogrpc/server.go @@ -41,10 +41,6 @@ var ( // defaultMinConnectTimeout is the minimum amount of time we are willing to // wait for a grpc connection to complete defaultMinConnectTimeout = 7 * time.Second - // in a tree based communication, this parameter (H) defines the height of - // the tree. Based on this parameter and the total number of nodes N we can - // compute the number of direct connection D for each node with D = N^(1/H) - treeHeight = 3 ) // Server represents the entity that accepts incoming requests and invoke the