Skip to content

Commit

Permalink
Remove copypasta error.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/cs_csr_cleanup@42913 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bacek committed Dec 6, 2009
1 parent dc2e2a7 commit 4df2758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/call/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,6 @@ csr_reallocate_return_values(PARROT_INTERP, ARGIN(PMC *self), INTVAL size)
* 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 *));

Expand Down

0 comments on commit 4df2758

Please sign in to comment.