Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove stray proto
  • Loading branch information
moritz committed Jul 1, 2011
1 parent 0b72806 commit cb31488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Complex.pm
Expand Up @@ -30,7 +30,6 @@ my class Complex is Numeric {
}
}

proto method Bool(|$) { * }
multi method Bool(Complex:D:) {
$!re != 0e0 || $!im != 0e0;
}
Expand Down

0 comments on commit cb31488

Please sign in to comment.