Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove apparently old "XXX GLR" comment
  • Loading branch information
perlpilot committed Aug 20, 2015
1 parent 7d238fe commit 5f95fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Hash.pm
Expand Up @@ -367,7 +367,6 @@ my class Hash { # declared in BOOTSTRAP
?? nqp::p6bool(nqp::existskey($!keys, nqp::unbox_s(key.WHICH)))
!! False
}
# XXX GLR
method keys(EnumMap:) {
return ().list unless self.DEFINITE && nqp::defined($!keys);
Seq.new(class :: does Iterator {
Expand Down

0 comments on commit 5f95fa8

Please sign in to comment.