Remove ‘bad top format’ error
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 00:30:56 +0000 (17:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 00:30:56 +0000 (17:30 -0700)
commit636013b3f52d8d822c7b83d79398d51b08c82838
treec255dc4cb4e5171ec939459c5bac532dcd7f195a
parent04f745798a0e989d3948b52426ed936a1b2dfc51
Remove ‘bad top format’ error

This is unreachable.  It only happens in pp_leavewrite when IoTOP_GV(io)
is null, but the code leading up to it makes sure that IoTOP_GV(io) is not
null.  If it is still null, it jumps past the error with ‘goto forget_top’.
pp_sys.c
t/porting/diag.t