Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 30, 2010
1 parent 6da188c commit d6c805a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/pmc/orderedhash.pmc
Expand Up @@ -685,8 +685,6 @@ The created key = "\1idx".

=item C<INTVAL defined_keyed(PMC *key)>

=item C<INTVAL defined_keyed_str(STRING *key)>

=item C<INTVAL defined_keyed_int(INTVAL key)>

=cut
Expand All @@ -701,17 +699,6 @@ The created key = "\1idx".
return VTABLE_defined(INTERP, item);
}

/*
DEAD VTABLE

VTABLE INTVAL defined_keyed_str(STRING *key) {
PMC * const item = STATICSELF.get_pmc_keyed_str(key);
if (PMC_IS_NULL(item))
return 0;
return VTABLE_defined(INTERP, item);
}
*/

VTABLE INTVAL defined_keyed_int(INTVAL idx) {
PMC * item;
/* If item doesn't exists it's undefined */
Expand Down

0 comments on commit d6c805a

Please sign in to comment.