mirror of
https://github.com/containers/podman.git
synced 2025-10-12 00:35:05 +08:00
11 lines
145 B
Go
11 lines
145 B
Go
//go:build !remote
|
|
|
|
package libpod
|
|
|
|
func checkCgroups2UnifiedMode(_ *Runtime) {
|
|
}
|
|
|
|
func (r *Runtime) checkBootID(_ string) error {
|
|
return nil
|
|
}
|