summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJustine Olshan <justineolshan@google.com>2018-07-20 16:17:00 -0700
committerShentubot <shentubot@google.com>2018-07-20 16:18:07 -0700
commitf543ada15005e6e2d31a63148a74fbdc43d070de (patch)
tree150b4fbcce45215afbe645bd74e4fbfcb9c31d9d
parent5f134b3c0a08c0e170aa50ad3342df59832b4356 (diff)
Removed a now incorrect reference to restoreFile.
PiperOrigin-RevId: 205470108 Change-Id: I226878a887fe1133561005357a9e3b09428b06b6
-rw-r--r--runsc/sandbox/sandbox.go2
1 files changed, 0 insertions, 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}