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
+2 -2
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
}