summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-04-14 15:15:22 +0100
committerThom May <thom@chef.io>2016-04-14 15:54:12 +0100
commit2d48106e6c6afa454ea7c7974de124e977b56112 (patch)
treef80228db1af5a51d6c0a5bbe87d09ff237b0d257
parent2fe975c69a1abd8536e9f0158cb85d45f8c2f54b (diff)
downloadchef-2d48106e6c6afa454ea7c7974de124e977b56112.tar.gz
Move unused code into backcompat
-rw-r--r--lib-backcompat/chef/chef_fs/file_system/repository/file_system_root_dir.rb (renamed from lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb)1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb b/lib-backcompat/chef/chef_fs/file_system/repository/file_system_root_dir.rb
index e2bb27cbc9..8565ee6029 100644
--- a/lib/chef/chef_fs/file_system/repository/file_system_root_dir.rb
+++ b/lib-backcompat/chef/chef_fs/file_system/repository/file_system_root_dir.rb
@@ -24,6 +24,7 @@ class Chef
module Repository
class FileSystemRootDir < FileSystemEntry
def initialize(file_path)
+ Chef.log_deprecation "Chef::ChefFS::FileSystem::Repository::FileSystemRootDir is deprecated."
super("", nil, file_path)
end
end