From 2ce4df51a4cdb319a3a47fa0d8ff73e851f99233 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 8 Jun 2017 13:49:48 -0700 Subject: remove FIXME since its deprecated now Signed-off-by: Lamont Granquist --- lib/chef/provider.rb | 2 -- 1 file changed, 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 -- cgit v1.2.1