summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/org_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/org_entry.rb')
-rw-r--r--lib/chef/chef_fs/file_system/org_entry.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/chef_fs/file_system/org_entry.rb b/lib/chef/chef_fs/file_system/org_entry.rb
index 852956e1e5..df3acba528 100644
--- a/lib/chef/chef_fs/file_system/org_entry.rb
+++ b/lib/chef/chef_fs/file_system/org_entry.rb
@@ -7,11 +7,6 @@ class Chef
# /organizations/NAME/org.json
# Represents the actual data at /organizations/NAME (the full name, etc.)
class OrgEntry < RestListEntry
- def initialize(name, parent, exists = nil)
- super(name, parent)
- @exists = exists
- end
-
def data_handler
Chef::ChefFS::DataHandler::OrganizationDataHandler.new
end