diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-08 23:27:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-08 23:27:26 +0000 |
commit | 5b9081af6a5719eb37dba6bb53ddea5706deea1f (patch) | |
tree | e3d3d161923e2bdd1f8d119350b1183567908f11 /ext/Opcode | |
parent | 7c09933ca11590e6a36fb0c235b6660a8b3c341d (diff) | |
download | perl-5b9081af6a5719eb37dba6bb53ddea5706deea1f.tar.gz |
Eliminate pp_threadsv, as it was only ever used by 5005 threads.
p4raw-id: //depot/perl@29727
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 2404dcad45..804759a9a7 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -439,7 +439,7 @@ beyond the scope of the compartment. These ops are related to multi-threading. - lock threadsv + lock =item :default |