diff options
author | David Mitchell <davem@iabyn.com> | 2014-09-19 17:12:02 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-09-19 17:12:02 +0100 |
commit | dacd2ca73583513edf8eeb5ab9a877e84de91d15 (patch) | |
tree | 9871059a0d63b5e10770b9cc9e05be4b47f3f1c1 /dist | |
parent | 9d28cd7bddb99a3d781b8c7c03c31332d43af021 (diff) | |
download | perl-dacd2ca73583513edf8eeb5ab9a877e84de91d15.tar.gz |
remove vestigal threadsv/threadsv_named
the threadsv op and the PL_threadsv_names var were part of the 5.005
threads model, long since removed. Remove some remaining references to
them.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Safe/t/safeops.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Safe/t/safeops.t b/dist/Safe/t/safeops.t index cc25bcb6bb..cb37445c1d 100644 --- a/dist/Safe/t/safeops.t +++ b/dist/Safe/t/safeops.t @@ -446,7 +446,6 @@ egrent endgrent getlogin getlogin syscall syscall lock SKIP -threadsv SKIP setstate SKIP method_named $x->y() dor $x // $y |