summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/cookbook_subdir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/cookbook_subdir.rb')
-rw-r--r--lib/chef/chef_fs/file_system/cookbook_subdir.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/chef_fs/file_system/cookbook_subdir.rb b/lib/chef/chef_fs/file_system/cookbook_subdir.rb
index 33f0072378..73c709e01e 100644
--- a/lib/chef/chef_fs/file_system/cookbook_subdir.rb
+++ b/lib/chef/chef_fs/file_system/cookbook_subdir.rb
@@ -48,10 +48,6 @@ class Chef
def rest
parent.rest
end
-
- def rest_json
- parent.rest_json
- end
end
end
end