summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r--lib/chef/dsl/include_recipe.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef/dsl/include_recipe.rb b/lib/chef/dsl/include_recipe.rb
index d217c91d4b..31b031080a 100644
--- a/lib/chef/dsl/include_recipe.rb
+++ b/lib/chef/dsl/include_recipe.rb
@@ -29,12 +29,6 @@ class Chef
def load_recipe(recipe_name)
run_context.load_recipe(recipe_name, current_cookbook: cookbook_name)
end
-
- def require_recipe(*args)
- Chef::Log.warn("require_recipe is deprecated and will be removed in a future release, please use include_recipe")
- include_recipe(*args)
- end
-
end
end
end