pp_sys.c:S_doform: remove redundant null check
authorFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jan 2014 15:00:06 +0000 (07:00 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jan 2014 19:09:35 +0000 (11:09 -0800)
commit535e48ea19f4d8f568f8581284e630b9a1f38c43
treea6e82d24d6d4eaf77e4586b31c0201411c9e0eef
parentd7919c41ebb906b8d468df6fb4851cf7f5f74323
pp_sys.c:S_doform: remove redundant null check

This static function is called from exactly two places that both die
aforehand if cv is null.  Further, the cv parameter is already marked
as non-null.
pp_sys.c