Removed a now incorrect reference to restoreFile.

PiperOrigin-RevId: 205470108
Change-Id: I226878a887fe1133561005357a9e3b09428b06b6
This commit is contained in:
Justine Olshan
2018-07-20 16:18:07 -07:00
committed by Shentubot
parent 5f134b3c0a
commit f543ada150
-2
View File
@@ -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}