summaryrefslogtreecommitdiff
path: root/lib/chef/resource/easy_install_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/easy_install_package.rb')
-rw-r--r--lib/chef/resource/easy_install_package.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/resource/easy_install_package.rb b/lib/chef/resource/easy_install_package.rb
index 5286e9a289..dd205cd505 100644
--- a/lib/chef/resource/easy_install_package.rb
+++ b/lib/chef/resource/easy_install_package.rb
@@ -24,11 +24,6 @@ class Chef
provides :easy_install_package
- def initialize(name, run_context=nil)
- super
- @resource_name = :easy_install_package
- end
-
def easy_install_binary(arg=nil)
set_or_return(
:easy_install_binary,