summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-02-06 13:37:30 -0800
committerdanielsdeleo <dan@getchef.com>2015-02-06 15:00:48 -0800
commite89989bd04f428c0bc0cd5ce0c459c35ebd54afe (patch)
tree8b28741195817d9a454b18df81cfb62d728f3e94
parent738f8c273402a6be4956e3a11e7c30e49c70bde1 (diff)
downloadchef-e89989bd04f428c0bc0cd5ce0c459c35ebd54afe.tar.gz
Remove config setting for Chef 11 deprecation warnings
We're on chef 12!
-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