github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/daemon/execdriver/windows/clean.go (about)

     1  // +build windows
     2  
     3  package windows
     4  
     5  // Clean implements the exec driver Driver interface.
     6  func (d *Driver) Clean(id string) error {
     7  	return nil
     8  }