aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/configuration.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/topology/configuration.go')
-rw-r--r--weed/topology/configuration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/configuration.go b/weed/topology/configuration.go
index 2a544ce1d..42c7c140e 100644
--- a/weed/topology/configuration.go
+++ b/weed/topology/configuration.go
@@ -22,7 +22,7 @@ type topology struct {
type Configuration struct {
XMLName xml.Name `xml:"Configuration"`
Topo topology `xml:"Topology"`
- ip2location map[string]loc
+ ip2location map[string]loc // this is not used any more. leave it here for later.
}
func (c *Configuration) String() string {