summaryrefslogtreecommitdiffhomepage
path: root/server/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/watcher.go')
-rw-r--r--server/watcher.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/watcher.go b/server/watcher.go
index 87039479..674206d9 100644
--- a/server/watcher.go
+++ b/server/watcher.go
@@ -93,7 +93,6 @@ type watcherEventBestPathMsg struct {
type watcher interface {
notify(watcherEventType) chan watcherEvent
- restart(string) error
stop()
watchingEventTypes() []watcherEventType
}