Skip to content

Commit

Permalink
Remove unused equalGitRepoURLs func
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jul 12, 2024
1 parent 6cb08fa commit db24c8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configmerge/git_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,3 @@ func generateSCPStyleSSHFormatRepoURL(details *GitRepoURL) string {

return urlBuilder.String()
}

func equalGitRepoURLs(a, b *GitRepoURL) bool {
return a.Host == b.Host && a.Path == b.Path
}

0 comments on commit db24c8c

Please sign in to comment.