]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.tco: clean up commented-out old code
authorJoe Groff <arcata@gmail.com>
Thu, 20 Oct 2011 05:45:24 +0000 (22:45 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 28 Oct 2011 04:14:47 +0000 (21:14 -0700)
basis/compiler/cfg/tco/tco.factor

index 7751aa5b0343f88fa885feb4ca8bbf3e58355f3c..ae7fd6f4534e73c56e415ea3fef424665be1c629 100644 (file)
@@ -19,10 +19,6 @@ IN: compiler.cfg.tco
         [ first ##safepoint? ]
         [ second ##epilogue? ]
         [ third ##return? ]
-
-        ! [ length 2 = ]
-        ! [ first ##epilogue? ]
-        ! [ second ##return? ]
     } 1&& ;
 
 : tail-call? ( bb -- ? )