summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_files.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-08-16 23:21:46 +0900
committerRyooooooga <eial5q265e5@gmail.com>2021-08-16 23:21:46 +0900
commita2f7fcd7303e4ee55cceb50605db8d0581711e2d (patch)
tree5bb2f7968b4b8459bb8497644bc69357bc98c3f6 /pkg/commands/loading_files.go
parentf96674b24bc161851a22a9207c84350006b65455 (diff)
Remove unused constant
Diffstat (limited to 'pkg/commands/loading_files.go')
-rw-r--r--pkg/commands/loading_files.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/commands/loading_files.go b/pkg/commands/loading_files.go
index cd94fa163..d3638a724 100644
--- a/pkg/commands/loading_files.go
+++ b/pkg/commands/loading_files.go
@@ -8,8 +8,6 @@ import (
"github.com/jesseduffield/lazygit/pkg/utils"
)
-const RENAME_SEPARATOR = " -> "
-
// GetStatusFiles git status files
type GetStatusFileOptions struct {
NoRenames bool