summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-11-07 01:15:18 -0500
committerFather Chrysostomos <sprout@cpan.org>2014-11-07 08:12:06 -0800
commit93f5d0e84de625ae81930095bb540c0d9dbda3f2 (patch)
tree511975957d8e5f9491256ad45811f472520cea25 /intrpvar.h
parent8bd3839933be0a83f4370b836f1e7a654d778c9b (diff)
downloadperl-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.h1
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 *, " ")