diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-31 23:47:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-31 23:48:41 -0700 |
commit | 4340b38686b9aea905708f35526360d0eff2c491 (patch) | |
tree | 6e52048e59945c1560d57181567ba3b4a3f3512c /proto.h | |
parent | cba5a3b05660d6a40525beb667a389a690900298 (diff) | |
download | perl-4340b38686b9aea905708f35526360d0eff2c491.tar.gz |
Remove S_get_isa_hash
It no longer serves much purpose, as of 7311f41d6.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6863,11 +6863,6 @@ STATIC void S_start_force(pTHX_ int where); # endif #endif #if defined(PERL_IN_UNIVERSAL_C) -STATIC HV * S_get_isa_hash(pTHX_ HV *const stash) - __attribute__nonnull__(pTHX_1); -#define PERL_ARGS_ASSERT_GET_ISA_HASH \ - assert(stash) - STATIC bool S_isa_lookup(pTHX_ HV *stash, const char * const name) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); |