Skip to content

Commit

Permalink
Revert 360232a
Browse files Browse the repository at this point in the history
By popular demand.
  • Loading branch information
lizmat committed May 2, 2020
1 parent 9b50329 commit f115a8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core.c/Code.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ my class Code does Callable { # declared in BOOTSTRAP
nqp::getcodelocation($!do)<line>;
}

multi method raku(Code:D:) { '{ ... }' }

method assuming(Code:D $self: |primers) {
my $sig = nqp::getattr(nqp::decont($self), Code, '$!signature');

Expand Down

0 comments on commit f115a8a

Please sign in to comment.