summaryrefslogtreecommitdiff
path: root/lib/chef/node_map.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-30 10:18:15 -0600
committerJohn Keiser <john@johnkeiser.com>2015-06-30 11:18:42 -0600
commit5bb507836095585274d5a9bb2802bf662fab4195 (patch)
tree30dbb8b5b2b2330dc6d6fbc4f6046d456461000e /lib/chef/node_map.rb
parente2b79fd7e2e54cc063f6d4977bef3051ce8b08cf (diff)
downloadchef-5bb507836095585274d5a9bb2802bf662fab4195.tar.gz
Code review comments
Diffstat (limited to 'lib/chef/node_map.rb')
-rw-r--r--lib/chef/node_map.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb
index 1ce52818b2..d905c8779e 100644
--- a/lib/chef/node_map.rb
+++ b/lib/chef/node_map.rb
@@ -58,7 +58,6 @@ class Chef
else
map[key] << new_matcher
end
- insert_at ||= map[key].size - 1
map
end