summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/parser/ast/asthash.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/parser/ast/asthash.rb b/lib/puppet/parser/ast/asthash.rb
index 2860657e0..3e09457ab 100644
--- a/lib/puppet/parser/ast/asthash.rb
+++ b/lib/puppet/parser/ast/asthash.rb
@@ -4,9 +4,6 @@ class Puppet::Parser::AST
class ASTHash < Leaf
include Enumerable
- def [](index)
- end
-
# Evaluate our children.
def evaluate(scope)
items = {}