From f543ada15005e6e2d31a63148a74fbdc43d070de Mon Sep 17 00:00:00 2001 From: Justine Olshan Date: Fri, 20 Jul 2018 16:17:00 -0700 Subject: [PATCH] Removed a now incorrect reference to restoreFile. PiperOrigin-RevId: 205470108 Change-Id: I226878a887fe1133561005357a9e3b09428b06b6 --- runsc/sandbox/sandbox.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go index 1f2cd6018..196949f11 100644 --- a/runsc/sandbox/sandbox.go +++ b/runsc/sandbox/sandbox.go @@ -54,8 +54,6 @@ type Sandbox struct { } // Create creates the sandbox process. -// -// If restoreFile is not empty, the sandbox will be restored from file. func Create(id string, spec *specs.Spec, conf *boot.Config, bundleDir, consoleSocket string) (*Sandbox, error) { s := &Sandbox{ID: id}