summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/apt_repository.rb')
-rw-r--r--lib/chef/provider/apt_repository.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chef/provider/apt_repository.rb b/lib/chef/provider/apt_repository.rb
index 9e91b12373..2d5f180738 100644
--- a/lib/chef/provider/apt_repository.rb
+++ b/lib/chef/provider/apt_repository.rb
@@ -1,6 +1,6 @@
#
# Author:: Thom May (<thom@chef.io>)
-# Copyright:: Copyright (c) 2016 Chef Software, Inc.
+# Copyright:: Copyright (c) 2016-2017, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -35,10 +35,6 @@ class Chef
which("apt-get")
end
- def whyrun_supported?
- true
- end
-
def load_current_resource
end