Removed a now incorrect reference to restoreFile.

PiperOrigin-RevId: 205470108
Change-Id: I226878a887fe1133561005357a9e3b09428b06b6
This commit is contained in:
Justine Olshan 2018-07-20 16:17:00 -07:00 committed by Shentubot
parent 5f134b3c0a
commit f543ada150
1 changed files with 0 additions and 2 deletions

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}