Skip to content

Commit

Permalink
Remove out of date comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 11, 2013
1 parent fec0ef8 commit fda63ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/traits.pm
Expand Up @@ -127,8 +127,6 @@ multi trait_mod:<is>(Parameter:D $param, :$parcel!) {
$param.set_parcel(); $param.set_parcel();
} }


# TODO: Make this much less cheaty. That'll probably need the
# full-blown serialization, though.
sub EXPORT_SYMBOL(\exp_name, @tags, Mu \sym) { sub EXPORT_SYMBOL(\exp_name, @tags, Mu \sym) {
my @export_packages = $*EXPORT; my @export_packages = $*EXPORT;
for nqp::p6type(@*PACKAGES) { for nqp::p6type(@*PACKAGES) {
Expand Down

0 comments on commit fda63ce

Please sign in to comment.