diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-17 23:21:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-17 23:39:31 -0700 |
commit | a5bc03e938fb0f782e7f4172892f0134c42d0330 (patch) | |
tree | 4a4a57c9f883eaf95df1ab62fe7981ac93825bac /dump.c | |
parent | 9429039d0141bfd63792bb18dbe602674f9afa8e (diff) | |
download | perl-a5bc03e938fb0f782e7f4172892f0134c42d0330.tar.gz |
Remove GVf_IN_PAD
Nothing on CPAN uses it, but some CPAN modules use the associ-
ated macros.
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1346,7 +1346,6 @@ const struct flag_to_name gp_flags_names[] = { {GVf_INTRO, "INTRO,"}, {GVf_MULTI, "MULTI,"}, {GVf_ASSUMECV, "ASSUMECV,"}, - {GVf_IN_PAD, "IN_PAD,"} }; const struct flag_to_name gp_flags_imported_names[] = { |