Remove widesyscalls and numeric_compat1, two unused per-interpreter
authorNicholas Clark <nick@ccl4.org>
Sat, 21 Apr 2007 17:01:53 +0000 (17:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 21 Apr 2007 17:01:53 +0000 (17:01 +0000)
variables retained for binary compatibility, something which we no
longer maintain back to 5.6.x.

p4raw-id: //depot/perl@31013

intrpvar.h

index 4d19b98..55c5972 100644 (file)
@@ -51,7 +51,6 @@ The C variable which corresponds to Perl's $^W warning variable.
 */
 
 PERLVAR(Idowarn,       U8)
-PERLVAR(Iwidesyscalls, bool)           /* unused since 5.8.1 */
 PERLVAR(Idoextract,    bool)
 PERLVAR(Isawampersand, bool)           /* must save all match strings */
 PERLVAR(Iunsafe,       bool)
@@ -341,8 +340,6 @@ PERLVARI(Inumeric_standard, bool,   TRUE)
 PERLVARI(Inumeric_local,       bool,   TRUE)
                                        /* Assume local numerics */
 
-PERLVAR(Inumeric_compat1,              char)
-                                       /* Used to be numeric_radix */
 #endif /* !USE_LOCALE_NUMERIC */
 
 /* utf8 character classes */