summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-23 15:25:49 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-23 15:25:49 -0800
commit9c95cb722a44440830cfc4da1c57f4815dafe904 (patch)
treecba364d6a568a5d33baea3bbb6ee07d6f7f98ed4 /lib/chef/node.rb
parent53fa8088240f19a1dfc589d9ba07098cbdd9bba2 (diff)
downloadchef-9c95cb722a44440830cfc4da1c57f4815dafe904.tar.gz
remove cruft code.
In all of github there is not a single cookbook using this.
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r--lib/chef/node.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb
index a2bffcc172..0caf6602fe 100644
--- a/lib/chef/node.rb
+++ b/lib/chef/node.rb
@@ -22,7 +22,6 @@
require 'forwardable'
require 'chef/config'
require 'chef/nil_argument'
-require 'chef/mixin/check_helper'
require 'chef/mixin/params_validate'
require 'chef/mixin/from_file'
require 'chef/mixin/deep_merge'
@@ -57,7 +56,6 @@ class Chef
include Chef::DSL::IncludeAttribute
include Chef::DSL::PlatformIntrospection
- include Chef::Mixin::CheckHelper
include Chef::Mixin::ParamsValidate
# Create a new Chef::Node object.