diff options
author | micael.bergeron <micael.bergeron@solutionstlm.com> | 2017-09-06 09:15:27 -0400 |
---|---|---|
committer | micael.bergeron <micael.bergeron@solutionstlm.com> | 2017-09-06 09:15:27 -0400 |
commit | c1f66cc7f0658621f2bfcb09f0269da675f57e84 (patch) | |
tree | 6d0812930c6bc0ad2ec9388dc6f0cd1ba3965424 /lib | |
parent | 44bcacbc799c31983bfd5c98af9cde312ababe70 (diff) | |
download | gitlab-ce-c1f66cc7f0658621f2bfcb09f0269da675f57e84.tar.gz |
remove useless comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/encoding_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/encoding_helper.rb b/lib/gitlab/encoding_helper.rb index c50417f4d4f..7b3483a7f96 100644 --- a/lib/gitlab/encoding_helper.rb +++ b/lib/gitlab/encoding_helper.rb @@ -13,8 +13,6 @@ module Gitlab # https://gitlab.com/gitlab-org/gitlab_git/merge_requests/77#note_4754193 ENCODING_CONFIDENCE_THRESHOLD = 50 - # - # def encode!(message) return nil unless message.respond_to? :force_encoding |