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 4264641 commit d63dabe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/embed/api.c
Expand Up @@ -126,7 +126,6 @@ Parrot_api_make_interpreter(Parrot_PMC parent, Parrot_Int flags,
int alt_stacktop;
Parrot_Interp interp_raw;
Parrot_GC_Init_Args gc_args;
void *stacktop_ptr = &alt_stacktop;
const Parrot_Interp parent_raw = PMC_IS_NULL(parent) ? NULL : GET_RAW_INTERP(parent);
interp_raw = allocate_interpreter(parent_raw, flags);
if (args) {
Expand Down

0 comments on commit d63dabe

Please sign in to comment.