summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-02-02 18:00:06 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-02-02 18:00:06 -0200
commit25262ed2ec0caa62a5325773b0cdb3c0517b6dd1 (patch)
tree5877989fafc20bb63469148ce4caf8936fde2ce2
parent5e0edf5710a11642be261549d3b1ff0f60bba0bc (diff)
downloadgitlab-ce-osw-markdown-bypass-for-commit-messages.tar.gz
Remove unnused escape_html methodosw-markdown-bypass-for-commit-messages
-rw-r--r--app/services/system_note_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/services/system_note_service.rb b/app/services/system_note_service.rb
index 17f0f5906cc..2253d638e93 100644
--- a/app/services/system_note_service.rb
+++ b/app/services/system_note_service.rb
@@ -653,10 +653,6 @@ module SystemNoteService
content_tag('li', "#{commit_ids} - #{commits_text} from branch #{branch_name}".html_safe)
end
- def escape_html(text)
- Rack::Utils.escape_html(text)
- end
-
def url_helpers
@url_helpers ||= Gitlab::Routing.url_helpers
end