summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/local_file.rb
diff options
context:
space:
mode:
authorJesse Campbell <hikeit@gmail.com>2013-02-28 12:08:50 -0500
committerJesse Campbell <hikeit@gmail.com>2013-02-28 12:08:50 -0500
commit6bd68e0ac82621df3438980a13b49bd9270291c6 (patch)
treed962acf6523cc51b3124012c20cd9b002775e310 /lib/chef/provider/remote_file/local_file.rb
parent6a8476ef8edb618e6a0fc7169e81aa900dd8260f (diff)
downloadchef-6bd68e0ac82621df3438980a13b49bd9270291c6.tar.gz
minor bugs
Diffstat (limited to 'lib/chef/provider/remote_file/local_file.rb')
-rw-r--r--lib/chef/provider/remote_file/local_file.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/provider/remote_file/local_file.rb b/lib/chef/provider/remote_file/local_file.rb
index b760eeea0c..e9df6aa216 100644
--- a/lib/chef/provider/remote_file/local_file.rb
+++ b/lib/chef/provider/remote_file/local_file.rb
@@ -41,11 +41,6 @@ class Chef
close
end
- # Parse the uri into instance variables
- def initialize(uri, mode="r")
- super(uri.path, mode)
- end
-
end
end
end