diff --git a/lib/config/wrapper.go b/lib/config/wrapper.go index fc12ca32..dcacae82 100644 --- a/lib/config/wrapper.go +++ b/lib/config/wrapper.go @@ -46,11 +46,6 @@ type CommitResponse struct { RequiresRestart bool } -var ResponseNoRestart = CommitResponse{ - ValidationError: nil, - RequiresRestart: false, -} - // A wrapper around a Configuration that manages loads, saves and published // notifications of changes to registered Handlers