From 912c453607bb90cc370fc6e2463c45bb6e85435e Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Mon, 29 Oct 2012 16:44:22 -0400 Subject: [OC-3564] remove Chef::CheckSum and Chef::Sandbox These classes were only used by Chef server components and have been succeeded by Erchef. --- chef/lib/chef/cookbook_version.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'chef/lib/chef/cookbook_version.rb') diff --git a/chef/lib/chef/cookbook_version.rb b/chef/lib/chef/cookbook_version.rb index d87de04380..24f2c546f0 100644 --- a/chef/lib/chef/cookbook_version.rb +++ b/chef/lib/chef/cookbook_version.rb @@ -24,7 +24,6 @@ require 'chef/node' require 'chef/resource_definition_list' require 'chef/recipe' require 'chef/cookbook/file_vendor' -require 'chef/checksum' require 'chef/cookbook/metadata' require 'chef/version_class' -- cgit v1.2.1