go-ethereum/metrics/runtime_no_cgo.go

8 lines
84 B
Go
Raw Normal View History

// +build !cgo appengine js
2015-06-22 04:00:55 -05:00
package metrics
func numCgoCall() int64 {
return 0
}