summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_run_list_remove.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/role_run_list_remove.rb')
-rw-r--r--lib/chef/knife/role_run_list_remove.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/role_run_list_remove.rb b/lib/chef/knife/role_run_list_remove.rb
index 6fd35c6aaa..8aaf408a61 100644
--- a/lib/chef/knife/role_run_list_remove.rb
+++ b/lib/chef/knife/role_run_list_remove.rb
@@ -24,7 +24,6 @@ class Chef
deps do
require "chef/role"
- require "chef/json_compat"
end
banner "knife role run_list remove [ROLE] [ENTRY]"