summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-17 23:21:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-17 23:39:31 -0700
commita5bc03e938fb0f782e7f4172892f0134c42d0330 (patch)
tree4a4a57c9f883eaf95df1ab62fe7981ac93825bac /dump.c
parent9429039d0141bfd63792bb18dbe602674f9afa8e (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 924fed0206..3dff2f21fb 100644
--- a/dump.c
+++ b/dump.c
@@ -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[] = {