Perl_do_openn() doesn't need to set num_svs and svp.
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Mar 2014 20:32:19 +0000 (21:32 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 19 Mar 2014 09:57:52 +0000 (10:57 +0100)
commit9229bf8d9dfb18c8cb2feba39b2482f9fd83cf11
tree2c0b934d3de2400c48a7a10fefdb4ad4962c5278
parent7c491510e1dbbc37aae15850c893746a82211cf5
Perl_do_openn() doesn't need to set num_svs and svp.

These variables are no longer used later in the function, so no need to set
them. This permits the declaration of the variable namesv to be moved from
the top of the function into the blocks that use it.
doio.c