From a2eca6c8a1c69244426b077c5775a1cdbdae2d57 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 13 Feb 2009 21:12:16 -0600 Subject: Removing some unused code Signed-off-by: Luke Kanies --- lib/puppet/indirector/catalog/compiler.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/indirector/catalog/compiler.rb b/lib/puppet/indirector/catalog/compiler.rb index aba53bff8..83b636433 100644 --- a/lib/puppet/indirector/catalog/compiler.rb +++ b/lib/puppet/indirector/catalog/compiler.rb @@ -125,17 +125,6 @@ class Puppet::Resource::Catalog::Compiler < Puppet::Indirector::Code end end - # Translate our catalog appropriately for sending back to a client. - # LAK:FIXME This method should probably be part of the protocol, but it - # shouldn't be here. - def translate(config) - unless networked? - config - else - CGI.escape(config.to_yaml(:UseBlock => true)) - end - end - # Mark that the node has checked in. LAK:FIXME this needs to be moved into # the Node class, or somewhere that's got abstract backends. def update_node_check(node) -- cgit