Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Feb 25, 2011
1 parent b9dcad0 commit cba535a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pmc/nci.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Creates and returns a clone of the NCI.
VTABLE PMC *clone() {
Parrot_NCI_attributes * const nci_info_self = PARROT_NCI(SELF);
Parrot_NCI_attributes *nci_info_ret;
void *orig_func;

PMC * const ret = Parrot_pmc_new(INTERP, SELF->vtable->base_type);
nci_info_ret = PARROT_NCI(ret);
Expand Down

0 comments on commit cba535a

Please sign in to comment.