Browse Source

Removing the SetDaemon method

Signed-off-by: Bharath Thiruveedula <bharath_ves@hotmail.com>
Bharath Thiruveedula 10 năm trước cách đây
mục cha
commit
94def48878
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      api/server/server.go

+ 0 - 4
api/server/server.go

@@ -76,10 +76,6 @@ func (s *Server) Close() {
 	}
 }
 
-func (s *Server) SetDaemon(d *daemon.Daemon) {
-	s.daemon = d
-}
-
 type serverCloser interface {
 	Serve() error
 	Close() error