Skip to content

Commit

Permalink
refactor: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
idursun committed Dec 19, 2024
1 parent 07dce8d commit 5c7929f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/jj/log_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (p *Parser) parseCommit(content string) Commit {
}
if commit.ChangeId == RootChangeId {
commit.Conflict = false
commit.Parents = nil
commit.Immutable = false
commit.Author = ""
commit.Bookmarks = nil
Expand Down
1 change: 0 additions & 1 deletion internal/jj/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const (
type Commit struct {
ChangeIdShort string
ChangeId string
Parents []string
IsWorkingCopy bool
Author string
Timestamp string
Expand Down

0 comments on commit 5c7929f

Please sign in to comment.