summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/file_vendor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/cookbook/file_vendor.rb')
-rw-r--r--lib/chef/cookbook/file_vendor.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/cookbook/file_vendor.rb b/lib/chef/cookbook/file_vendor.rb
index 2501d4b8de..96aa5ee77d 100644
--- a/lib/chef/cookbook/file_vendor.rb
+++ b/lib/chef/cookbook/file_vendor.rb
@@ -17,13 +17,11 @@
# limitations under the License.
#
-
class Chef
class Cookbook
# == Chef::Cookbook::FileVendor
# This class handles fetching of cookbook files based on specificity.
class FileVendor
-
@vendor_class = nil
@initialization_options = nil
@@ -66,7 +64,6 @@ class Chef
def get_filename(filename)
raise NotImplemented, "Subclasses must implement this method"
end
-
end
end
end