1
0
Fork 0
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:
Bharath Thiruveedula 2015-05-07 22:25:13 +05:30
parent d78755d159
commit 94def48878

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