Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remvoe todo that's no longer todo.
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent 5ab8eea commit 038e84c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/World.pm
Expand Up @@ -769,7 +769,6 @@ class Perl6::World is HLL::World {
my $scalar := nqp::create($scalar_type);
my $slot := self.add_object($scalar);
nqp::bindattr($scalar, $scalar_type, '$!value', $obj);
# XXX we do deserialization later...
$scalar;
}

Expand Down

0 comments on commit 038e84c

Please sign in to comment.