lib/config: Remove dead code
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3004
This commit is contained in:
committed by
Audrius Butkevicius
parent
80f2a9a6bf
commit
dffc34559b
@@ -46,11 +46,6 @@ type CommitResponse struct {
|
|||||||
RequiresRestart bool
|
RequiresRestart bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var ResponseNoRestart = CommitResponse{
|
|
||||||
ValidationError: nil,
|
|
||||||
RequiresRestart: false,
|
|
||||||
}
|
|
||||||
|
|
||||||
// A wrapper around a Configuration that manages loads, saves and published
|
// A wrapper around a Configuration that manages loads, saves and published
|
||||||
// notifications of changes to registered Handlers
|
// notifications of changes to registered Handlers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user