summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@aquezada.com>2014-12-03 15:49:46 -0500
committerJulian C. Dunn <jdunn@aquezada.com>2014-12-03 15:49:46 -0500
commit335e0f0a1b35a0d5800798a8992f397e806d89f7 (patch)
treeede62eb4ac3796a67d7738e3a56a5a0e77300e7f
parentf4e028226be70b6493d3d7e40077763520f58f3f (diff)
parentb4b9095dc1652881a578c93116e6c1d4b58b8ffb (diff)
downloadchef-335e0f0a1b35a0d5800798a8992f397e806d89f7.tar.gz
Merge pull request #2532 from juliandunn/remove-agent
Remove unused "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'