diff options
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 60d60e21c5..4f320733a1 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -24,9 +24,6 @@ require "uri" unless defined?(URI) class Chef::Application::Client < Chef::Application::Base - # Mimic self_pipe sleep from Unicorn to capture signals safely - SELF_PIPE = [] # rubocop:disable Style/MutableConstant - option :config_file, short: "-c CONFIG", long: "--config CONFIG", |