summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--models/pull.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index 9ffbfe0286..f42c2cef81 100644
--- a/models/pull.go
+++ b/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)