summaryrefslogtreecommitdiffstats
path: root/models/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/pull.go')
-rw-r--r--models/pull.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/pull.go b/models/pull.go
index e1a8b14e45..8b4961d8b6 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -833,8 +833,6 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str
return fmt.Errorf("Commit: %v", err)
}
- UpdateIssueIndexer(pull.ID)
-
if err = NotifyWatchers(&Action{
ActUserID: pull.Poster.ID,
ActUser: pull.Poster,