Skip to content

Commit

Permalink
Remove fixed FIXME (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieB2B authored and tboerger committed Dec 16, 2016
1 parent 0d6e88b commit 44428fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ var patchConflicts = []string{
}

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

0 comments on commit 44428fd

Please sign in to comment.