Skip to content

Commit

Permalink
[Buf] remove cruft noticed by JimmyZ++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 23, 2011
1 parent 952b7bb commit 7a51746
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/Buf.pm
Expand Up @@ -67,6 +67,3 @@ multi infix:<~>(Buf:D $a, Buf:D $b) {
nqp::bindattr($r, Buf, '$!buffer', $br);
$r;
}
multi infix:<~=>(Buf:D $a is rw, Buf:D $b) {
$a.append_inplace($b)
}

0 comments on commit 7a51746

Please sign in to comment.