summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars K.W. Gohlke <lkwg82@gmx.de>2016-04-22 20:30:58 +0000
committerAudrius Butkevicius <audrius.butkevicius@gmail.com>2016-04-22 20:30:58 +0000
commitdffc34559b215120ffaad7b1dcf5e290deb3b750 (patch)
treecba76de29ece85b00490ed5c9c10bc5b3601a6bd
parent80f2a9a6bf9ad11601504bee123ceb385d79f4c6 (diff)
lib/config: Remove dead code
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3004
-rw-r--r--lib/config/wrapper.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/config/wrapper.go b/lib/config/wrapper.go
index fc12ca3245..dcacae826b 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