Merge pull request #2147 from darrenstahlmsft/RemoveServicing

Removing Windows servicing containers
This commit is contained in:
Kenfe-Mickaël Laventure
2018-02-20 19:13:34 -08:00
committed by GitHub
2 changed files with 2 additions and 56 deletions

View File

@@ -55,7 +55,6 @@ type task struct {
pidPool *pidPool
hcsContainer hcsshim.Container
terminateDuration time.Duration
servicing bool
}
func (t *task) ID() string {