This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Porting/cmpVERSION.pl, increment $count in one place, unconditionally.
[perl5.git] / intrpvar.h
index 0124f51..ffcac08 100644 (file)
@@ -296,8 +296,6 @@ PERLVAR(I, sawampersand, bool)              /* must save all match strings */
 PERLVAR(I, unsafe,     bool)
 PERLVAR(I, exit_flags, U8)             /* was exit() unexpected, etc. */
 
-PERLVARI(I, reginterp_cnt, I32,         0)     /* Whether "Regexp" was interpolated. */
-
 PERLVAR(I, inplace,    char *)
 PERLVAR(I, e_script,   SV *)