[svn:parrot] r42660 - trunk/lib/Parrot/Pmc2c
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Nov 21 03:34:52 UTC 2009
Author: jkeenan
Date: Sat Nov 21 03:34:51 2009
New Revision: 42660
URL: https://trac.parrot.org/parrot/changeset/42660
Log:
Delete reference to resolved RT #43733.
Modified:
trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
Modified: trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMCEmitter.pm Sat Nov 21 03:33:53 2009 (r42659)
+++ trunk/lib/Parrot/Pmc2c/PMCEmitter.pm Sat Nov 21 03:34:51 2009 (r42660)
@@ -295,9 +295,6 @@
map { $calltype{$_} or die "Unknown signature type '$_'" }
split( /,/, $parameters ) );
- # RT #43733
- # scan src/call_list.txt if the generated signature is available
-
return $ret;
}
More information about the parrot-commits
mailing list