Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Jan 8, 2011
1 parent d431d88 commit e8f21d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compilers/pct/src/POST/Label.pm
Expand Up @@ -13,7 +13,6 @@ our multi method position() { self.attr('position', undef, 0); }
# Labels are always int constants.
our multi method type() { 'ic' }

# Not currently used method.
method result($value?) {
unless pir::defined__ip($value) {
$value := self<value>;
Expand Down

0 comments on commit e8f21d9

Please sign in to comment.