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:
parent
eac939e9a7
commit
7d737427a9
1 changed files with 0 additions and 1 deletions
1
caddy.go
1
caddy.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue