cri-o/cmd/crio/daemon_unsupported.go

7 lines
74 B
Go

// +build !linux
package main
func notifySystem() {
// nothin' doin'
}