[svn:parrot] r42029 - trunk/src/call

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Fri Oct 23 00:46:33 UTC 2009


Author: whiteknight
Date: Fri Oct 23 00:46:32 2009
New Revision: 42029
URL: https://trac.parrot.org/parrot/changeset/42029

Log:
[pcc] remove debugging message from previous commit

Modified:
   trunk/src/call/args.c

Modified: trunk/src/call/args.c
==============================================================================
--- trunk/src/call/args.c	Fri Oct 23 00:30:59 2009	(r42028)
+++ trunk/src/call/args.c	Fri Oct 23 00:46:32 2009	(r42029)
@@ -1001,7 +1001,6 @@
     if (param_count == 1) {
         const INTVAL first_flag = VTABLE_get_integer_keyed_int(interp, raw_sig, 0);
         if (first_flag & PARROT_ARG_CALL_SIG) {
-            fprintf(stderr, "Found CallSignature!\n");
             *accessor->pmc(interp, arg_info, 0) = call_object;
             return;
         }


More information about the parrot-commits mailing list