summaryrefslogtreecommitdiffhomepage
path: root/server/monitor.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/monitor.go')
-rw-r--r--server/monitor.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/monitor.go b/server/monitor.go
index 35c14eca..a265629d 100644
--- a/server/monitor.go
+++ b/server/monitor.go
@@ -186,10 +186,6 @@ func (w *grpcWatcher) loop() error {
}
}
-func (w *grpcWatcher) restart(string) error {
- return nil
-}
-
func (w *grpcWatcher) addRequest(req *GrpcRequest) error {
w.ctlCh <- req
return nil