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

Windows: Remove some TODOs

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-07-30 14:46:51 -07:00
parent 8505183252
commit f50b916ca6

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
}