summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 3cc8d11a4aa..085f4e6398f 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -140,11 +140,6 @@ class Commit
Gitlab::ClosingIssueExtractor.new(project, current_user).closed_by_message(safe_message)
end
- # Mentionable override.
- def gfm_reference
- "commit #{to_reference}"
- end
-
def author
User.find_for_commit(author_email, author_name)
end