Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete X::Syntax::ArgFlattener
Since commit 0b1722b | is now a generic
flattener instead of only an argument flattener. So no one is gonna
throw an X::Syntax::ArgFlattener exception anymore.
  • Loading branch information
niner committed Aug 26, 2015
1 parent 5dae3e3 commit c4a122b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/Exception.pm
Expand Up @@ -1413,10 +1413,6 @@ my class X::Syntax::DuplicatedPrefix does X::Syntax {
}
}

my class X::Syntax::ArgFlattener does X::Syntax {
method message() { "Arg-flattening | is only valid in an argument list" }
}

my class X::Attribute::Package does X::Comp {
has $.package-kind;
has $.name;
Expand Down

0 comments on commit c4a122b

Please sign in to comment.