op.c:newSTATEOP: remove unnecessary null check
authorFather Chrysostomos <sprout@cpan.org>
Wed, 28 Aug 2013 03:38:03 +0000 (20:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 8 Sep 2013 21:39:01 +0000 (14:39 -0700)
commitff7fc5bb29de5df90a384cc2c4aa03447cbc9510
treebe485063daf41199201b6fb18e41204e542d2311
parent6db8f88e84fae5c513c57854dbc0cd4296724f1e
op.c:newSTATEOP: remove unnecessary null check

If PL_parser is null, then the else block will crash on
PL_parser->copline.
op.c