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 /intrpvar.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 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index d905208282..004989c2d0 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -764,8 +764,6 @@ PERLVAR(I, custom_ops, HV *) /* custom op registrations */ /* Hook for File::Glob */ PERLVARI(I, globhook, globhook_t, NULL) -PERLVARI(I, glob_index, int, 0) - PERLVAR(I, reentrant_retint, int) /* Integer return value from reentrant functions */ /* The last unconditional member of the interpreter structure when 5.10.0 was |