Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove double method definition
  • Loading branch information
sorear committed Jun 23, 2011
1 parent ad0bcf6 commit c218cfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Operator.pm6
Expand Up @@ -7,9 +7,6 @@ class Operator;
use Sig;
use OpHelpers;

has $.whatever_curry;
has $.assignish;

method with_args ($/, *@_) { !!! }

method as_function($/) {
Expand Down

0 comments on commit c218cfa

Please sign in to comment.