Remove no longer used magic vtable
Rafael Garcia-Suarez [Thu, 4 Jan 2007 14:40:18 +0000 (14:40 +0000)]
p4raw-id: //depot/perl@29684

XSUB.h
perl.h

diff --git a/XSUB.h b/XSUB.h
index 1bf88d5..33795fd 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -391,7 +391,6 @@ Rethrows a previously caught exception.  See L<perlguts/"Exception Handling">.
 #  define VTBL_uvar            &PL_vtbl_uvar
 #  define VTBL_defelem         &PL_vtbl_defelem
 #  define VTBL_regexp          &PL_vtbl_regexp
-#  define VTBL_regdata_names   &PL_vtbl_regdata_names
 #  define VTBL_regdata         &PL_vtbl_regdata
 #  define VTBL_regdatum                &PL_vtbl_regdatum
 #  ifdef USE_LOCALE_COLLATE
diff --git a/perl.h b/perl.h
index 45d8db2..85c205e 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -4887,18 +4887,6 @@ MGVTBL_SET(
 );
 
 MGVTBL_SET(
-    PL_vtbl_regdata_names,
-    NULL,
-    NULL,
-    NULL,
-    NULL,
-    NULL,
-    NULL,
-    NULL,
-    NULL
-);
-
-MGVTBL_SET(
     PL_vtbl_regdata,
     NULL,
     NULL,