Commit 32f2715b authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'mk/remove-unused-vulnerability-methods' into 'master'

Remove unused methods

See merge request gitlab-org/gitlab!53520
parents 97d84852 dfd2538a
......@@ -12,17 +12,9 @@ class Vulnerability < ApplicationRecord
'[vulnerability:'
end
def self.reference_prefix_escaped
'[vulnerability&lbrack;'
end
def self.reference_postfix
']'
end
def self.reference_postfix_escaped
'&rbrack;'
end
end
Vulnerability.prepend_ee_mod
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment