summaryrefslogtreecommitdiffhomepage
path: root/server/zclient.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/zclient.go')
-rw-r--r--server/zclient.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/zclient.go b/server/zclient.go
index 6da629c3..52c7aada 100644
--- a/server/zclient.go
+++ b/server/zclient.go
@@ -184,10 +184,6 @@ func (w *zebraWatcher) stop() {
w.t.Kill(nil)
}
-func (w *zebraWatcher) restart(filename string) error {
- return nil
-}
-
func (w *zebraWatcher) watchingEventTypes() []watcherEventType {
return []watcherEventType{WATCHER_EVENT_BESTPATH_CHANGE}
}