mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removing the SetDaemon method
Signed-off-by: Bharath Thiruveedula <bharath_ves@hotmail.com>
This commit is contained in:
parent
d78755d159
commit
94def48878
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…
Reference in a new issue