diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-12-08 16:43:00 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-12-09 18:47:20 -0800 |
commit | 8936b48a49448f4e7b8a0b9849a085b48ac700ff (patch) | |
tree | 6690607debd52da6d1d77fb98c023218b0569324 /embedvar.h | |
parent | c58b680b06b94939ee921d7062cd14927136ae30 (diff) | |
download | perl-8936b48a49448f4e7b8a0b9849a085b48ac700ff.tar.gz |
Zap PL_glob_index
As of the previous commit, nothing is using it.
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h index 05438e2c9d..9fc6709671 100644 --- a/embedvar.h +++ b/embedvar.h @@ -178,7 +178,6 @@ #define PL_formtarget (vTHX->Iformtarget) #define PL_generation (vTHX->Igeneration) #define PL_gensym (vTHX->Igensym) -#define PL_glob_index (vTHX->Iglob_index) #define PL_globalstash (vTHX->Iglobalstash) #define PL_globhook (vTHX->Iglobhook) #define PL_hintgv (vTHX->Ihintgv) |