diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-06-07 02:06:00 +0000 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-06-10 01:47:10 +0000 |
commit | d218ff032a590a7bbb493b97996e9d02fd5c2d57 (patch) | |
tree | 622b40af1ac45368db1207126ae50a8d0cc22378 /server/collector.go | |
parent | 50bf0d34d31c8f745e58b0f172c86fb617b92bf8 (diff) |
server: remove restart() from watcher interface
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'server/collector.go')
-rw-r--r-- | server/collector.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/collector.go b/server/collector.go index 1399f338..2c0a47da 100644 --- a/server/collector.go +++ b/server/collector.go @@ -50,10 +50,6 @@ func (c *Collector) notify(t watcherEventType) chan watcherEvent { func (c *Collector) stop() { } -func (c *Collector) restart(filename string) error { - return nil -} - func (c *Collector) watchingEventTypes() []watcherEventType { return []watcherEventType{WATCHER_EVENT_UPDATE_MSG, WATCHER_EVENT_STATE_CHANGE, WATCHER_EVENT_ADJ_IN} } |