Skip to content

Commit

Permalink
* Since we return Bool::True already, there is no need to interleave …
Browse files Browse the repository at this point in the history
…a (null Variable).
  • Loading branch information
Audrey Tang committed Jul 19, 2010
1 parent c607ffc commit 009a2f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setting
Expand Up @@ -254,7 +254,6 @@ sub infix:<< != >>($l,$r) { Q:CgOp {
sub say($str) { Q:CgOp {
(prog (rawscall Console.WriteLine
(unbox String (fetch (methodcall (scopedlex $str) Str))))
(null Variable)
(box Bool (bool 1))
)
} }
Expand Down

0 comments on commit 009a2f2

Please sign in to comment.