From dffc34559b215120ffaad7b1dcf5e290deb3b750 Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Fri, 22 Apr 2016 20:30:58 +0000 Subject: [PATCH] lib/config: Remove dead code GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3004 --- lib/config/wrapper.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/config/wrapper.go b/lib/config/wrapper.go index fc12ca324..dcacae826 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