Signed-off-by: Luke Kanies <[email protected]>
---
Local-branch: refactor/master/8233-refactor_parameter_management
 lib/puppet/type.rb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index fe2883a..b6a4d56 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -274,11 +274,6 @@ class Type
     metaparameters
   end
 
-  # Find a parameter, property, or metaparameter class by name
-  def self.parameter_class(name)
-    parameter(name)
-  end
-
   def self.properties
     parameters.find_all { |p| p.property? }
   end
-- 
1.7.3.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to