open-vault/command/server_noprofile.go
2018-10-31 11:11:45 -07:00

7 lines
88 B
Go

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