summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-12 21:14:21 -0700
committerJohn Keiser <john@johnkeiser.com>2015-05-13 13:43:15 -0700
commit90285d129fabb82af097829a9bd92785a45f10c9 (patch)
treed39b71b269a2cd3115f9f183d650a99cbec9a059
parent30dd3cb3ba211a4f30038aa9b494854b4b939b88 (diff)
downloadchef-90285d129fabb82af097829a9bd92785a45f10c9.tar.gz
Remove unused clear method
-rw-r--r--lib/chef/node_map.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb
index 17fda4a271..2ca6d9ba17 100644
--- a/lib/chef/node_map.rb
+++ b/lib/chef/node_map.rb
@@ -78,12 +78,6 @@ class Chef
nil
end
- def clear
- result = @map.keys
- @map.clear
- result
- end
-
private
# only allow valid filter options