1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #15176 from Microsoft/10662-removesometodos

Windows: Remove some TODOs
This commit is contained in:
David Calavera 2015-07-30 15:26:06 -07:00
commit c1e2e4d9c6

View file

@ -200,12 +200,12 @@ func (container *Container) CleanupStorage() error {
return nil
}
// TODO Windows. This can be further factored out. Used in daemon.go
// prepareMountPoints is a no-op on Windows
func (container *Container) prepareMountPoints() error {
return nil
}
// TODO Windows. This can be further factored out. Used in delete.go
// removeMountPoints is a no-op on Windows.
func (container *Container) removeMountPoints() error {
return nil
}