summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@getchef.com>2014-12-03 14:33:39 -0500
committerJulian C. Dunn <jdunn@getchef.com>2014-12-03 14:35:00 -0500
commitb4b9095dc1652881a578c93116e6c1d4b58b8ffb (patch)
tree8f167b62363fd659c1db422f02ec9a888a113535
parenta00ed4b198ea25e14d6b7fe861b401a32352e9fa (diff)
downloadchef-b4b9095dc1652881a578c93116e6c1d4b58b8ffb.tar.gz
Remove unused "agent".
This was probably an aborted attempt to integrate this project into Chef: https://github.com/opscode/opscode-agent
-rw-r--r--lib/chef/application/agent.rb18
-rw-r--r--lib/chef/applications.rb1
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/chef/application/agent.rb b/lib/chef/application/agent.rb
deleted file mode 100644
index 66b0c25cbf..0000000000
--- a/lib/chef/application/agent.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Author:: AJ Christensen (<aj@opscode.comz>)
-# Copyright:: Copyright (c) 2008 Opscode, Inc.
-# License:: Apache License, Version 2.0
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-require 'chef/application'
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'