diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-02-03 15:23:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-02-03 15:23:52 +0000 |
commit | 7680e184ccc299509cb60f73dd84391ef26e0f56 (patch) | |
tree | e82053c7fbe3f01a61b313d7701149fd72335968 /Porting | |
parent | fae667d5a60f37538a5761795f7af2165c7d4fb0 (diff) | |
download | perl-7680e184ccc299509cb60f73dd84391ef26e0f56.tar.gz |
Purge all references to 5005 threads variables in the code.
(Retain the aides memoire in makedef.pl)
p4raw-id: //depot/perl@30105
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/findvars | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Porting/findvars b/Porting/findvars index 26a4bcf11d..b2914f5652 100755 --- a/Porting/findvars +++ b/Porting/findvars @@ -82,7 +82,6 @@ curstack curstackinfo curstash curstname -curthr dbargs debdelim debname @@ -108,9 +107,6 @@ envgv errgv error_count euid -eval_cond -eval_mutex -eval_owner eval_root eval_start evalseq @@ -212,8 +208,6 @@ nice_chunk nice_chunk_size ninterps nomemok -nthreads -nthreads_cond numeric_local numeric_name numeric_standard @@ -332,22 +326,16 @@ subline subname sv_arenaroot sv_count -sv_mutex sv_no sv_objcount sv_root sv_undef sv_yes -svref_mutex sys_intern tainted tainting thisexpr thr_key -threadnum -threads_mutex -threadsv_names -thrsv timesbuf tmps_floor tmps_ix |