mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Removed a now incorrect reference to restoreFile.
PiperOrigin-RevId: 205470108 Change-Id: I226878a887fe1133561005357a9e3b09428b06b6
This commit is contained in:
committed by
Shentubot
parent
5f134b3c0a
commit
f543ada150
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user