summaryrefslogtreecommitdiff
path: root/t
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 /t
parent325b6a7eb7dd2bd8c896e46bf02c44b175ef4e65 (diff)
downloadperl-c52cb8175c7c08890821789b4c7177b1e0e92558.tar.gz
remove deprecated PL_timesbuf
Saves memory in interp struct.
Diffstat (limited to 't')
-rw-r--r--t/porting/globvar.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/globvar.t b/t/porting/globvar.t
index 6679c92808..bc0203a3b5 100644
--- a/t/porting/globvar.t
+++ b/t/porting/globvar.t
@@ -14,7 +14,7 @@ skip_all("Code to read symbols not ported to $^O")
my %skip = map { ("PL_$_", 1) }
qw(
DBcv bitcount cshname force_link_funcs generation lastgotoprobe
- mod_latin1_uc modcount no_symref_sv timesbuf uudmap
+ mod_latin1_uc modcount no_symref_sv uudmap
watchaddr watchok warn_uninit_sv
);