As stash can't be NULL, no need to check name_stash is not NULL before
authorNicholas Clark <nick@ccl4.org>
Thu, 11 Sep 2008 21:46:28 +0000 (21:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Sep 2008 21:46:28 +0000 (21:46 +0000)
commit90903f12d8c8bec5cac10a53dad3999617414aed
tree2c26a62b5f6476aa85fe95489c78914a046ebc00
parentd43aa7f92b1a0cc0cbce5336d185006ba5ae1b4b
As stash can't be NULL, no need to check name_stash is not NULL before
comparing the two, as a NULL == NULL comparison can't happen.

p4raw-id: //depot/perl@34352
universal.c