X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xs%2FMOP.xs;h=85c76597b2f3aec08998af2740bbd1c71d9a110d;hb=b1ff395fc3ef6d0c559507cee9424803aa5f41c8;hp=5dfc0cd33e0cf32b56e7569d5ceda55fa9825753;hpb=dbea6de4246cb1d75716f20bf5863ca4e15671a1;p=gitmo%2FClass-MOP.git diff --git a/xs/MOP.xs b/xs/MOP.xs index 5dfc0cd..85c7659 100644 --- a/xs/MOP.xs +++ b/xs/MOP.xs @@ -16,7 +16,6 @@ find_method (const char *key, STRLEN keylen, SV *val, void *ud) } EXTERN_C XS(boot_Class__MOP__Package); -EXTERN_C XS(boot_Class__MOP__Class); EXTERN_C XS(boot_Class__MOP__Attribute); EXTERN_C XS(boot_Class__MOP__Method); @@ -32,7 +31,6 @@ BOOT: mop_associated_metaclass = newSVpvs("associated_metaclass"); MOP_CALL_BOOT (boot_Class__MOP__Package); - MOP_CALL_BOOT (boot_Class__MOP__Class); MOP_CALL_BOOT (boot_Class__MOP__Attribute); MOP_CALL_BOOT (boot_Class__MOP__Method);