Refactor: libcrmcommon: Drop dead code in CRM_ASSERT()
crm_abort() does always abort if the do_fork argument is set to FALSE, as it is here.
crm_abort() -> abort_as() -> abort()
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>