[svn:parrot] r42913 - branches/cs_csr_cleanup/src/call
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun Dec 6 09:56:34 UTC 2009
Author: bacek
Date: Sun Dec 6 09:56:33 2009
New Revision: 42913
URL: https://trac.parrot.org/parrot/changeset/42913
Log:
Remove copypasta error.
Modified:
branches/cs_csr_cleanup/src/call/args.c
Modified: branches/cs_csr_cleanup/src/call/args.c
==============================================================================
--- branches/cs_csr_cleanup/src/call/args.c Sun Dec 6 09:42:36 2009 (r42912)
+++ branches/cs_csr_cleanup/src/call/args.c Sun Dec 6 09:56:33 2009 (r42913)
@@ -2863,7 +2863,6 @@
* when initial size is greater than 8. But it's never happen. So, put
* assert here to be sure */
PARROT_ASSERT(size < 8);
- values = csr_allocate_initial_values(interp, self);
values = (void **)Parrot_gc_allocate_fixed_size_storage(interp,
8 * sizeof (void *));
More information about the parrot-commits
mailing list