summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2013-04-18 17:01:34 -0700
committerLamont Granquist <lamont@opscode.com>2013-04-18 17:01:34 -0700
commit880f18ec451282754fd8ea2e587007ff772817b9 (patch)
treeffcf3edadca889c887d9c5d9f3515a356292a398 /lib/chef/provider/file
parent8995557f7a419b887aed87f23cb223cc6fa84424 (diff)
downloadchef-880f18ec451282754fd8ea2e587007ff772817b9.tar.gz
constant no longer used
Diffstat (limited to 'lib/chef/provider/file')
-rw-r--r--lib/chef/provider/file/deploy/mv_windows.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/provider/file/deploy/mv_windows.rb b/lib/chef/provider/file/deploy/mv_windows.rb
index 221d4beed4..92ba97babb 100644
--- a/lib/chef/provider/file/deploy/mv_windows.rb
+++ b/lib/chef/provider/file/deploy/mv_windows.rb
@@ -37,12 +37,6 @@ class Chef
FileUtils.touch(file)
end
- ALL_ACLS =
- Security::OWNER_SECURITY_INFORMATION |
- Security::GROUP_SECURITY_INFORMATION |
- Security::DACL_SECURITY_INFORMATION |
- Security::SACL_SECURITY_INFORMATION
-
def deploy(src, dst)
dst_so = Security::SecurableObject.new(dst)