Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some simplifications to inlined PIR suggested by jntn++
  • Loading branch information
moritz committed Mar 17, 2009
1 parent 75cd4a8 commit 521a5f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/setting/Any-str.pm
Expand Up @@ -75,9 +75,8 @@ class Any is also {
return Q:PIR {
$S0 = self
upcase $S0
$P0 = new 'Str'
$P0 = $S0
%r = $P0
%r = new 'Str'
%r = $S0
}
}
Expand Down

0 comments on commit 521a5f1

Please sign in to comment.