Signed-off-by: Luke Kanies <[email protected]>
---
Local-branch: refactor/master/8233-refactor_parameter_management
lib/puppet/type.rb | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 96face2..c318568 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -270,10 +270,6 @@ class Type
# All parameters, in the appropriate order. The key_attributes come first,
then
# the provider, then the properties, and finally the params and metaparams
# in the order they were specified in the files.
- def self.metaparams
- metaparameters
- 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.