File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,6 @@ func main() {
101
101
Value : root ,
102
102
Usage : "root directory for storage of container state (this should be located in tmpfs)" ,
103
103
},
104
- cli.StringFlag {
105
- Name : "criu" ,
106
- Usage : "(obsoleted; do not use)" ,
107
- Hidden : true ,
108
- },
109
104
cli.BoolFlag {
110
105
Name : "systemd-cgroup" ,
111
106
Usage : "enable systemd cgroup support, expects cgroupsPath to be of form \" slice:prefix:name\" for e.g. \" system.slice:runc:434234\" " ,
@@ -152,10 +147,6 @@ func main() {
152
147
if err := reviseRootDir (context ); err != nil {
153
148
return err
154
149
}
155
- // TODO: remove this in runc 1.3.0.
156
- if context .IsSet ("criu" ) {
157
- fmt .Fprintln (os .Stderr , "WARNING: --criu ignored (criu binary from $PATH is used); do not use" )
158
- }
159
150
160
151
return configLogrus (context )
161
152
}
You can’t perform that action at this time.
0 commit comments