mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-28 21:06:01 +03: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"
|
DefaultConfigFile = "Caddyfile"
|
||||||
)
|
)
|
||||||
|
|
||||||
var clusterPluginSetup int32 // access atomically
|
|
||||||
|
|
||||||
// CtxKey is a value type for use with context.WithValue.
|
// CtxKey is a value type for use with context.WithValue.
|
||||||
type CtxKey string
|
type CtxKey string
|
||||||
|
|
Loading…
Reference in a new issue