mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13058 from bharaththiruveedula/13057-remove-SetDaemon-method
Removing the SetDaemon method
This commit is contained in:
commit
1ab875b38b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue