Skip to content

Commit

Permalink
flag unused interps
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 7, 2011
1 parent 3d0d837 commit 2ebb70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc/namespace.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ Returns the class or role PMC that is associated with this namespace.
*/

PMC *get_class() {
UNUSED(INTERP);
return PARROT_NAMESPACE(SELF)->_class;
}

Expand Down Expand Up @@ -691,6 +692,7 @@ Return the name of this namespace part.

VTABLE STRING *get_string() {
const Parrot_NameSpace_attributes * const nsinfo = PARROT_NAMESPACE(SELF);
UNUSED(INTERP);
return nsinfo->name;
}

Expand Down

0 comments on commit 2ebb70a

Please sign in to comment.