Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jan 11, 2024
1 parent fa73666 commit 2dd67af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/riemann/tools/syslog_ng.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ class SyslogNg
opt :queued_warning, 'Queued messages warning threshold', short: :none, default: 300
opt :queued_critical, 'Queued messages critical threshold', short: :none, default: 1000

def self.process_stdin
new.process_stdin
end

def initialize
@socket = UNIXSocket.new(opts[:socket])
end
Expand Down

0 comments on commit 2dd67af

Please sign in to comment.