diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-05-20 17:29:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-05-20 17:29:52 +0000 |
commit | 11bcd5dad4f9d911a9454f9d858c2dd0d14ddf2a (patch) | |
tree | 24e3ac38c69f46172a4cf4ac1aeabe4488829631 /bytecode.pl | |
parent | d5ec2987912a76b3059b7bd1d06cf02b4d0dae0c (diff) | |
download | perl-11bcd5dad4f9d911a9454f9d858c2dd0d14ddf2a.tar.gz |
Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
Todo - store the in and out values under 2 keys, and avoid the need to
create a temporary mortal SV while checking it.
p4raw-id: //depot/perl@28258
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 06269e4edb..cad64bc24f 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -499,7 +499,6 @@ cop_filegv cCOP svindex x cop_seq cCOP->cop_seq U32 cop_arybase cCOP I32 x cop_line cCOP->cop_line line_t -cop_io cCOP->cop_io svindex cop_warnings cCOP svindex x main_start PL_main_start opindex main_root PL_main_root opindex |