From f05d8a2cc2b12566fa28a0f25fbb67de6fd34fbb Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 26 Nov 2020 19:40:31 +0100 Subject: [PATCH] refactor: remove comment --- segment_command.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/segment_command.go b/segment_command.go index cb9d35da..bbc26ac0 100644 --- a/segment_command.go +++ b/segment_command.go @@ -48,11 +48,6 @@ func (c *command) string() string { return c.value } -// func (c *command) runCommand(command string) string { -// args := strings.Fields(command) -// return c.env.runCommand(args[0], args[1:]...) -// } - func (c *command) init(props *properties, env environmentInfo) { c.props = props c.env = env