diff options
author | Julian C. Dunn <jdunn@getchef.com> | 2014-12-03 14:33:39 -0500 |
---|---|---|
committer | Julian C. Dunn <jdunn@getchef.com> | 2014-12-03 14:35:00 -0500 |
commit | b4b9095dc1652881a578c93116e6c1d4b58b8ffb (patch) | |
tree | 8f167b62363fd659c1db422f02ec9a888a113535 /lib/chef/applications.rb | |
parent | a00ed4b198ea25e14d6b7fe861b401a32352e9fa (diff) | |
download | chef-b4b9095dc1652881a578c93116e6c1d4b58b8ffb.tar.gz |
Remove unused "agent".
This was probably an aborted attempt to integrate this project into Chef:
https://github.com/opscode/opscode-agent
Diffstat (limited to 'lib/chef/applications.rb')
-rw-r--r-- | lib/chef/applications.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/applications.rb b/lib/chef/applications.rb index 6160bb96cd..6a1a2e8a92 100644 --- a/lib/chef/applications.rb +++ b/lib/chef/applications.rb @@ -1,4 +1,3 @@ -require 'chef/application/agent' require 'chef/application/client' require 'chef/application/knife' require 'chef/application/solo' |