0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

Remove unused variable

This commit is contained in:
Matthew Holt 2019-02-08 12:28:27 -07:00
parent eac939e9a7
commit 7d737427a9
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

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