diff options
-rw-r--r-- | universal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/universal.c b/universal.c index 9bf3efcb6e..d0ef90dcdb 100644 --- a/universal.c +++ b/universal.c @@ -108,7 +108,6 @@ sv_derived_from(SV *sv, char *name) #include "XSUB.h" -static XS(XS_UNIVERSAL_isa) { dXSARGS; @@ -125,7 +124,6 @@ XS(XS_UNIVERSAL_isa) XSRETURN(1); } -static XS(XS_UNIVERSAL_can) { dXSARGS; @@ -160,7 +158,6 @@ XS(XS_UNIVERSAL_can) XSRETURN(1); } -static XS(XS_UNIVERSAL_VERSION) { dXSARGS; |