aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pkg/profile/mutex17.go
blob: b004c21d5683466747c77b70e80d1008ec4ec089 (plain)
1
2
3
4
5
6
7
8
9
// +build !go1.8

package profile

// mock mutex support for Go 1.7 and earlier.

func enableMutexProfile() {}

func disableMutexProfile() {}