Skip to content

Commit

Permalink
Remove two unused variables declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 11, 2009
1 parent 4bee4c7 commit feca3f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ops/perl6.ops
Expand Up @@ -257,8 +257,6 @@ nextsame need.
inline op get_next_candidate_info(out PMC, out PMC, out PMC) :base_core {
Parrot_Context *ctx = CONTEXT(interp)->caller_ctx;
STRING *name = string_from_literal(interp, "__CANDIDATE_LIST__");
STRING *real_self = string_from_literal(interp, "$!real_self");
STRING *routine = string_from_literal(interp, "Routine");
STRING *wrapper = string_from_literal(interp, "$!wrapper_block");
PMC *last_lexpad = PMCNULL;
PMC *last_sub = PMCNULL;
Expand Down

0 comments on commit feca3f2

Please sign in to comment.