Skip to content

Commit 845b2b3

Browse files
committed
cleanup
Signed-off-by: Darren Stahl <[email protected]>
1 parent 8cb63cc commit 845b2b3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

snapshots/windows/windows.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ func (s *snapshotter) createSnapshot(ctx context.Context, kind snapshots.Kind, k
294294
return nil, errors.Wrap(err, "failed to create snapshot")
295295
}
296296

297-
//if kind == snapshots.KindActive {
298297
parentLayerPaths := s.parentIDsToParentPaths(newSnapshot.ParentIDs)
299298

300299
var parentPath string
@@ -306,9 +305,6 @@ func (s *snapshotter) createSnapshot(ctx context.Context, kind snapshots.Kind, k
306305
return nil, errors.Wrap(err, "failed to create sandbox layer")
307306
}
308307

309-
// TODO(darrenstahlmsft): Allow changing sandbox size
310-
//}
311-
312308
if err := t.Commit(); err != nil {
313309
return nil, errors.Wrap(err, "commit failed")
314310
}

0 commit comments

Comments
 (0)