diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2014-11-07 01:15:18 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-07 08:12:06 -0800 |
commit | 93f5d0e84de625ae81930095bb540c0d9dbda3f2 (patch) | |
tree | 511975957d8e5f9491256ad45811f472520cea25 /intrpvar.h | |
parent | 8bd3839933be0a83f4370b836f1e7a654d778c9b (diff) | |
download | perl-93f5d0e84de625ae81930095bb540c0d9dbda3f2.tar.gz |
remove obsolete PL_apiversion
Commit 0e42d607f5 made PL_apiversion unused. Remove it to save memory in
interp struct.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 4f61a25090..f5d8020d95 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -318,7 +318,6 @@ PERLVAR(I, warnhook, SV *) /* switches */ PERLVAR(I, patchlevel, SV *) -PERLVAR(I, apiversion, SV *) PERLVAR(I, localpatches, const char * const *) PERLVARI(I, splitstr, const char *, " ") |