Merge pull request #13058 from bharaththiruveedula/13057-remove-SetDaemon-method

Removing the SetDaemon method
Upstream-commit: 1ab875b38b012bca8ae1efc534ac5170b77024ea
Component: engine
This commit is contained in:
Michael Crosby
2015-05-07 10:41:41 -07:00

View File

@ -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