diff --git a/src/core/Failure.pm b/src/core/Failure.pm index 9009f18788a..215e7ab928c 100644 --- a/src/core/Failure.pm +++ b/src/core/Failure.pm @@ -67,13 +67,7 @@ my class Failure is Nil { ) } -#?if moar method Int(Failure:D:) { $!handled ?? Int !! self!throw(); } -#?endif -#?if jvm - method Int(Failure:D:) { $!handled ?? 0 !! self!throw(); } -#?endif - method Num(Failure:D:) { $!handled ?? NaN !! self!throw(); } method Numeric(Failure:D:) { $!handled ?? NaN !! self!throw(); } multi method Str(Failure:D:) { $!handled ?? $.mess !! self!throw(); }