Skip to content

Commit 44428fd

Browse files
RichieB2Btboerger
authored andcommitted
Remove fixed FIXME (#408)
1 parent 0d6e88b commit 44428fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/pull.go

-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ var patchConflicts = []string{
404404
}
405405

406406
// testPatch checks if patch can be merged to base repository without conflict.
407-
// FIXME: make a mechanism to clean up stable local copies.
408407
func (pr *PullRequest) testPatch() (err error) {
409408
if pr.BaseRepo == nil {
410409
pr.BaseRepo, err = GetRepositoryByID(pr.BaseRepoID)

0 commit comments

Comments
 (0)