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 /opcode.pl | |
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 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |