diff options
-rw-r--r-- | lib/chef/node/attribute.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/node/attribute.rb b/lib/chef/node/attribute.rb index 57d1b0a4d3..a6443df62c 100644 --- a/lib/chef/node/attribute.rb +++ b/lib/chef/node/attribute.rb @@ -536,10 +536,6 @@ class Chef apply_path(@automatic, path), ] - components.map! do |component| - safe_dup(component) - end - return nil if components.compact.empty? components.inject(ImmutableMash.new({}, self, __node__, :merged)) do |merged, component| |