Removing Windows servicing containers

Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:
Darren Stahl
2018-02-20 16:56:13 -08:00
parent 002cabade8
commit 243467aa96
2 changed files with 2 additions and 56 deletions

View File

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