diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-04-08 18:46:25 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-29 18:58:20 -0600 |
commit | 8dab3ba5fe05d49fe039bc05012fdab8bc572a5c (patch) | |
tree | 5e1bca32302ab77c90df5442d270e48a0cf13cd8 /intrpvar.h | |
parent | c88850db6f3a4374e7627417acde100d7210630f (diff) | |
download | perl-8dab3ba5fe05d49fe039bc05012fdab8bc572a5c.tar.gz |
Remove deprecated 'PL_sv_objcount'
This was scheduled to be removed in 5.20, but was forgotten.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index a6ed644fc9..17b2551773 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -109,9 +109,6 @@ PERLVAR(I, mainstack, AV *) /* the stack when nothing funny is /* memory management */ PERLVAR(I, sv_count, IV) /* how many SV* are currently allocated */ -PERLVAR(I, sv_objcount, IV) /* DEPRECATED AND UNMAINTAINED. - * Will be removed in Perl 5.22. - * Used to be: how many objects are currently allocated. */ PERLVAR(I, sv_root, SV *) /* storage for SVs belonging to interp */ PERLVAR(I, sv_arenaroot, SV *) /* list of areas for garbage collection */ |