aboutsummaryrefslogtreecommitdiffstats
path: root/commands/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/root.go')
-rw-r--r--commands/root.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go
index 54368fc7..cee39083 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -12,7 +12,6 @@ import (
// It's used to avoid cobra to split the Use string at the first space to get the root command name
//const rootCommandName = "git\u00A0bug"
const rootCommandName = "git-bug"
-const messageFilename = "BUG_MESSAGE_EDITMSG"
// package scoped var to hold the repo after the PreRun execution
var repo repository.Repo