11 lines
166 B
Go
11 lines
166 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
func checkCgroups2UnifiedMode(runtime *Runtime) {
|
|
}
|
|
|
|
func (r *Runtime) checkBootID(runtimeAliveFile string) error {
|
|
return nil
|
|
}
|