From a757ea505ebe82adcdab98eb55f34cd1b38edcc6 Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Fri, 16 Dec 2016 16:37:20 +0100 Subject: [PATCH] Remove fixed FIXME --- models/pull.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/pull.go b/models/pull.go index 9ffbfe028600b..f42c2cef81820 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)