summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index bf0901e182..3fa7309edb 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -499,9 +499,6 @@ class Chef
# Deprecated:
default(:cache_options) { { :path => PathHelper.join(file_cache_path, "checksums") } }
- # Set to false to silence Chef 11 deprecation warnings:
- default :chef11_deprecation_warnings, true
-
# knife configuration data
config_context :knife do
default :ssh_port, nil