Skip to content

Commit

Permalink
Remove a die in a place where we should just go ahead and generate a …
Browse files Browse the repository at this point in the history
…proto. Fixes compilation of S12-methods/multi.t, though it doesn't yet pass.
  • Loading branch information
jnthn committed Sep 12, 2011
1 parent ef8480f commit bb2a5ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Perl6/Metamodel/MultiMethodContainer.pm
Expand Up @@ -79,11 +79,6 @@ role Perl6::Metamodel::MultiMethodContainer {
self.add_method($obj, $name, $copy);
$found := 1;
}
else {
pir::die("Could not find a proto for multi '" ~ $name ~
"' in package '" ~ self.name($obj) ~
"' (it may exist, but an only is hiding it if so)");
}
}
$j := $j + 1;
}
Expand Down

0 comments on commit bb2a5ad

Please sign in to comment.