浏览代码

Merge pull request #15176 from Microsoft/10662-removesometodos

Windows: Remove some TODOs
David Calavera 10 年之前
父节点
当前提交
c1e2e4d9c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      daemon/container_windows.go

+ 2 - 2
daemon/container_windows.go

@@ -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
 }