Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a fossil that caused spurious exceptions...
  • Loading branch information
sorear committed May 26, 2012
1 parent 6833fdb commit 755ee05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/STD.pm6
Expand Up @@ -1807,12 +1807,6 @@ grammar P6 is STD {
when '...' { return 1 }
when '!!!' { return 1 }
when '???' { return 1 }
when '*' {
if $*MULTINESS eq 'proto' and $statements.elems == 1 {
self.<blockoid>:delete;
self.<onlystar> = 1;
}
}
}
}
return 0;
Expand Down

0 comments on commit 755ee05

Please sign in to comment.