summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/smartos.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/smartos.rb')
-rw-r--r--lib/chef/provider/package/smartos.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/package/smartos.rb b/lib/chef/provider/package/smartos.rb
index 576899640a..19a6b9efef 100644
--- a/lib/chef/provider/package/smartos.rb
+++ b/lib/chef/provider/package/smartos.rb
@@ -29,7 +29,6 @@ class Chef
class SmartOS < Chef::Provider::Package
attr_accessor :is_virtual_package
-
def load_current_resource
Chef::Log.debug("#{@new_resource} loading current resource")
@current_resource = Chef::Resource::Package.new(@new_resource.name)