diff options
author | Richie B2B <github@vdberg.org> | 2016-12-16 17:00:30 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-12-16 17:00:30 +0100 |
commit | 44428fdc38fd0b5418bd2aaeb8ffa653d94a3aee (patch) | |
tree | 3f2aff4d3cd9ed7858f61dc071fdc4c8210949ba /models/pull.go | |
parent | 0d6e88baef084e1783958d99aace1fc835d7b7f2 (diff) | |
download | gitea-44428fdc38fd0b5418bd2aaeb8ffa653d94a3aee.tar.gz gitea-44428fdc38fd0b5418bd2aaeb8ffa653d94a3aee.zip |
Remove fixed FIXME (#408)
Diffstat (limited to 'models/pull.go')
-rw-r--r-- | models/pull.go | 1 |
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) |