mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
lib/config: Remove dead code
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3004
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user