Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
fe4ed9d78f496df5cac1eb914877f213f3f1c12c
/
.
/
daemon
/
debugtrap_unsupported.go
blob: 6ae9ebfde9ea86e59c350745464ef637e0d33af1 [
file
] [
log
] [
blame
]
// +build !linux,!darwin,!freebsd,!windows
package daemon
func (d *Daemon) setupDumpStackTrap(_ string) {
return
}