Windows: Remove some TODOs
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: f50b916ca6cce410f3b1bbd5250fb9ba2a7942a6 Component: engine
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user