From ba95194dec9ef771cd771b4eb11e900dadb31c81 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Fri, 5 Jan 2018 22:48:32 +0100 Subject: [PATCH] [TASK] remove unused code --- runtime/config.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/runtime/config.go b/runtime/config.go index 787af8b..b704560 100644 --- a/runtime/config.go +++ b/runtime/config.go @@ -21,12 +21,7 @@ type Config struct { Bind string `toml:"bind"` Webroot string `toml:"webroot"` } - Nodes NodesConfig - Meshviewer struct { - Version int `toml:"version"` - NodesPath string `toml:"nodes_path"` - GraphPath string `toml:"graph_path"` - } + Nodes NodesConfig Database DatabaseConfig }