summaryrefslogtreecommitdiff
path: root/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib-backcompat/chef/chef_fs/file_system/acl_entry.rb')
-rw-r--r--lib-backcompat/chef/chef_fs/file_system/acl_entry.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb b/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
deleted file mode 100644
index f28b9f86e3..0000000000
--- a/lib-backcompat/chef/chef_fs/file_system/acl_entry.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require "chef/chef_fs/file_system/chef_server/acl_entry"
-
-module Chef::ChefFS::FileSystem
- AclEntry = ChefServer::AclEntry
-end