Remove id var, which is never used beyond that if test

This commit is contained in:
Ole Markus With 2022-03-26 09:48:51 +01:00
parent 520283d7b7
commit 222eaebe35
1 changed files with 0 additions and 5 deletions

View File

@ -252,11 +252,6 @@ func run() error {
klog.Fatalf("seed provider for %q not yet implemented", cloud)
}
id := os.Getenv("HOSTNAME")
if id == "" {
klog.Warningf("Unable to fetch HOSTNAME for use as node identifier")
}
channelName := "dns"
var gossipState gossip.GossipState