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:
parent
8505183252
commit
f50b916ca6
1 changed files with 2 additions and 2 deletions
|
@ -200,12 +200,12 @@ func (container *Container) CleanupStorage() error {
|
||||||
return nil
|
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 {
|
func (container *Container) prepareMountPoints() error {
|
||||||
return nil
|
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 {
|
func (container *Container) removeMountPoints() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue