Remove unused variable

This commit is contained in:
Matthew Holt
2019-02-08 12:28:27 -07:00
parent eac939e9a7
commit 7d737427a9

View File

@@ -999,7 +999,6 @@ var (
DefaultConfigFile = "Caddyfile"
)
var clusterPluginSetup int32 // access atomically
// CtxKey is a value type for use with context.WithValue.
type CtxKey string