Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Aug 16, 2021
1 parent f96674b commit a2f7fcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkg/commands/loading_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"github.com/jesseduffield/lazygit/pkg/utils"
)

const RENAME_SEPARATOR = " -> "

// GetStatusFiles git status files
type GetStatusFileOptions struct {
NoRenames bool
Expand Down
2 changes: 0 additions & 2 deletions pkg/commands/models/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ type IFile interface {
GetPath() string
}

const RENAME_SEPARATOR = " -> "

func (f *File) IsRename() bool {
return f.PreviousName != ""
}
Expand Down

0 comments on commit a2f7fcd

Please sign in to comment.