Remove 3 unused interpreter variables
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Nov 2012 23:06:53 +0000 (16:06 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 26 Nov 2012 23:57:12 +0000 (16:57 -0700)
commit33f29a4cec504672835fd47a5b11657983d0209e
treea5dbc40ad20df3c43ca2b542bc33a6061d68559e
parent06099f79acc9684bcbd2efbb1efe56ce80c65f08
Remove 3 unused interpreter variables

These variables have been unused in the Perl core since
commit 4c88d5e0740d796bf5064336d280bba72897f385.

The variables are undocumented.  The only real use of any of these I
found in CPAN is at
https://metacpan.org/source/ABERGMAN/Devel-GC-Helper-0.25/Helper.xs#L1
The uses there appear to be in a list of known Perl variables.  Since
the module was published, more than a few new variables have been added,
making this code obsolete anyway.
embedvar.h
intrpvar.h
perl.c
sv.c