Skip to content

Commit 38bc0bb

Browse files
committed
remove unused code
1 parent ad117ca commit 38bc0bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/fluent/plugin/out_otlp.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ class OtlpOutput < Output
3535
desc "Compress request body"
3636
config_param :compress, :enum, list: %i[text gzip], default: :text
3737

38-
def initialize
39-
super
40-
41-
@http_proxy_uri = nil
42-
end
43-
4438
def configure(conf)
4539
super
4640

0 commit comments

Comments
 (0)