summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2015-08-11 14:17:52 -0400
committerAaron Crane <arc@cpan.org>2016-01-17 15:24:36 +0000
commitc52cb8175c7c08890821789b4c7177b1e0e92558 (patch)
tree06d999c1e9ecc59e4d24387dcf82e31faba96811 /makedef.pl
parent325b6a7eb7dd2bd8c896e46bf02c44b175ef4e65 (diff)
downloadperl-c52cb8175c7c08890821789b4c7177b1e0e92558.tar.gz
remove deprecated PL_timesbuf
Saves memory in interp struct.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 05252cffd3..90c9368331 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -212,7 +212,6 @@ if ($ARGS{PLATFORM} ne 'os2') {
PL_generation
PL_lastgotoprobe
PL_modcount
- PL_timesbuf
main
);
}