summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/knife/null.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/chef/knife/null.rb b/lib/chef/knife/null.rb
deleted file mode 100644
index 0b5058e8ea..0000000000
--- a/lib/chef/knife/null.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class Chef
- class Knife
- class Null < Chef::Knife
- banner "knife null"
-
- def run
- end
- end
- end
-end