summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/provider.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 71d3b12b34..1ebdfa6feb 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -328,8 +328,6 @@ class Chef
resource.class.properties.each do |name, property|
class_eval(<<-EOM, __FILE__, __LINE__)
def #{name}(*args, &block)
- # FIXME: DEPRECATE THIS IN CHEF 13.1
- #
# If no arguments were passed, we process "get" by defaulting
# the value to current_resource, not new_resource. This helps
# avoid issues where resources accidentally overwrite perfectly