diff options
Diffstat (limited to 'server/mrt.go')
-rw-r--r-- | server/mrt.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/mrt.go b/server/mrt.go index ce4ac90b..639a2ceb 100644 --- a/server/mrt.go +++ b/server/mrt.go @@ -44,10 +44,6 @@ func (w *mrtWatcher) stop() { w.t.Kill(nil) } -func (w *mrtWatcher) restart(filename string) error { - return nil -} - func (w *mrtWatcher) loop() error { c := func() *time.Ticker { if w.interval == 0 { |