summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-08 23:27:26 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-08 23:27:26 +0000
commit5b9081af6a5719eb37dba6bb53ddea5706deea1f (patch)
treee3d3d161923e2bdd1f8d119350b1183567908f11 /opcode.pl
parent7c09933ca11590e6a36fb0c235b6660a8b3c341d (diff)
downloadperl-5b9081af6a5719eb37dba6bb53ddea5706deea1f.tar.gz
Eliminate pp_threadsv, as it was only ever used by 5005 threads.
p4raw-id: //depot/perl@29727
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index fbb27ffa1d..ef51941f43 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -40,7 +40,7 @@ my %alias;
# Format is "this function" => "does these op names"
my @raw_alias = (
Perl_do_kv => [qw( keys values )],
- Perl_unimplemented_op => [qw(padany threadsv mapstart)],
+ Perl_unimplemented_op => [qw(padany mapstart)],
# All the ops with a body of { return NORMAL; }
Perl_pp_null => [qw(scalar regcmaybe lineseq scope)],
@@ -1028,7 +1028,6 @@ syscall syscall ck_fun imst@ S L
# For multi-threading
lock lock ck_rfun s% R
-threadsv per-thread value ck_null ds0
# Control (contd.)
setstate set statement info ck_null s;