lib/config: Remove dead code

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3004
This commit is contained in:
Lars K.W. Gohlke 2016-04-22 20:30:58 +00:00 committed by Audrius Butkevicius
parent 80f2a9a6bf
commit dffc34559b
1 changed files with 0 additions and 5 deletions

View File

@ -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