Remove fixed FIXME (#408)

pull/409/head
Richie B2B 8 years ago committed by Thomas Boerger
parent 0d6e88baef
commit 44428fdc38
  1. 1
      models/pull.go

@ -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)

Loading…
Cancel
Save