open-vault/command/server_noprofile.go

7 lines
89 B
Go
Raw Normal View History

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