open-vault/command/server_noprofile.go

7 lines
88 B
Go
Raw Normal View History

// +build !memprofiler
package command
func (c *ServerCommand) startMemProfiler() {
}