[svn:parrot] r36183 - trunk/compilers/imcc

coke at svn.parrot.org coke at svn.parrot.org
Sat Jan 31 03:53:07 UTC 2009


Author: coke
Date: Sat Jan 31 03:53:06 2009
New Revision: 36183
URL: https://trac.parrot.org/parrot/changeset/36183

Log:
remove confusing bit of function doc and reference to rejected ticket.

Modified:
   trunk/compilers/imcc/optimizer.c

Modified: trunk/compilers/imcc/optimizer.c
==============================================================================
--- trunk/compilers/imcc/optimizer.c	Sat Jan 31 03:49:21 2009	(r36182)
+++ trunk/compilers/imcc/optimizer.c	Sat Jan 31 03:53:06 2009	(r36183)
@@ -1369,7 +1369,7 @@
 
 =item C<static int unused_label>
 
-Removes unused labels. A label is unused if ... [RT #46287: finish this].
+Removes unused labels.
 
 Returns TRUE if any optimizations were performed. Otherwise, returns
 FALSE.


More information about the parrot-commits mailing list