Skip to content

Commit

Permalink
Eliminate an unused variable to avoid a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 31, 2011
1 parent 6a9ab9c commit b5a8621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/binder/bind.c
Expand Up @@ -391,7 +391,6 @@ Rakudo_binding_bind_one_param(PARROT_INTERP, PMC *lexpad, Rakudo_Signature *sign
if (!PMC_IS_NULL(param->post_constraints)) { if (!PMC_IS_NULL(param->post_constraints)) {
PMC * const constraints = param->post_constraints; PMC * const constraints = param->post_constraints;
INTVAL num_constraints = VTABLE_elements(interp, constraints); INTVAL num_constraints = VTABLE_elements(interp, constraints);
PMC * result = PMCNULL;
INTVAL i; INTVAL i;
for (i = 0; i < num_constraints; i++) { for (i = 0; i < num_constraints; i++) {
/* Check we meet the constraint. */ /* Check we meet the constraint. */
Expand Down

0 comments on commit b5a8621

Please sign in to comment.