summaryrefslogtreecommitdiff
path: root/app/helpers/x509_helper.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 21:11:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 21:11:46 +0000
commit66e3f84f5200d00e3ce3137dad80592096ef3401 (patch)
treed564786eec6b40a17c8450051887f949517d2454 /app/helpers/x509_helper.rb
parent5421d61b1d5ffe11a9c7afbe2259b4e4d0e7c993 (diff)
downloadgitlab-ce-66e3f84f5200d00e3ce3137dad80592096ef3401.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/x509_helper.rb')
-rw-r--r--app/helpers/x509_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/x509_helper.rb b/app/helpers/x509_helper.rb
index 1a9dbefceef..599be0b91f7 100644
--- a/app/helpers/x509_helper.rb
+++ b/app/helpers/x509_helper.rb
@@ -16,8 +16,4 @@ module X509Helper
rescue StandardError
{}
end
-
- def x509_signature?(sig)
- sig.is_a?(CommitSignatures::X509CommitSignature) || sig.is_a?(Gitlab::X509::Signature)
- end
end