delve/pkg/proc/macutil/rosetta_other.go

10 lines
175 B
Go
Raw Normal View History

// +build !darwin
package macutil
// CheckRosetta returns an error if the calling process is being translated
// by Apple Rosetta.
func CheckRosetta() error {
return nil
}