github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/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  }