From 39c5d6b9648dd44508109f2e5929c5313a4ae340 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 14 Feb 2019 17:44:58 -0700 Subject: [PATCH] caddytls: Remove repeated variable declaration --- caddytls/setup.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/caddytls/setup.go b/caddytls/setup.go index e7673238..02a694bd 100644 --- a/caddytls/setup.go +++ b/caddytls/setup.go @@ -445,5 +445,3 @@ func loadCertsInDir(cfg *Config, c *caddy.Controller, dir string) error { func constructDefaultClusterPlugin() (certmagic.Storage, error) { return &certmagic.FileStorage{Path: caddy.AssetsPath()}, nil } - -var clusterPluginSetup int32 // access atomically