github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/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  }