Skip to content

Commit 18cbefb

Browse files
committed
Remove unused comment
1 parent 295af50 commit 18cbefb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/pull/comment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
)
1515

1616
// getCommitIDsFromRepo get commit IDs from repo in between oldCommitID and newCommitID
17-
// isForcePush will be true if oldCommit isn't on the branch
1817
// Commit on baseBranch will skip
1918
func getCommitIDsFromRepo(ctx context.Context, repo *repo_model.Repository, oldCommitID, newCommitID, baseBranch string) (commitIDs []string, err error) {
2019
gitRepo, closer, err := gitrepo.RepositoryFromContextOrOpen(ctx, repo)

0 commit comments

Comments
 (0)