influxdb/api/http/null_profiling.go

8 lines
141 B
Go

// +build !profile
package http
func registerProfilingEndpoints(h *HttpServer) {
// no profiling if the profile build tag isn't enabled
}