Patch applying of #3499 had gone awry.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 457ad75..d28d198 100644 (file)
@@ -119,7 +119,6 @@ PERLVAR(Ifdpid,             AV *)           /* keep fd-to-pid mappings for my_popen */
 /* internal state */
 PERLVAR(Itainting,     bool)           /* doing taint checks */
 PERLVARI(Iop_mask,     char *, NULL)   /* masked operations for safe evals */
-PERLVAR(Ilast_proto, char *)           /* Prototype of last sub seen. */
 
 /* trace state */
 PERLVAR(Idlevel,       I32)
@@ -201,12 +200,6 @@ PERLVARI(Ithreadnum,       U32,    0)      /* incremented each thread creation */
 PERLVAR(Istrtab_mutex, perl_mutex)     /* Mutex for string table access */
 #endif /* USE_THREADS */
 
-PERLVARI(Ibytecode_iv_overflows,int,   0)      /* from bytecode.h */
-PERLVAR(Ibytecode_sv,  SV *)
-PERLVAR(Ibytecode_pv,  XPV)
-PERLVAR(Ibytecode_obj_list,    void **)
-PERLVARI(Ibytecode_obj_list_fill, I32, -1)
-
 #ifdef PERL_OBJECT
 PERLVARI(piMem,                IPerlMem*,  NULL)
 PERLVARI(piENV,                IPerlEnv*,  NULL)