Refactor: libcrmcommon: Remove guards in pcmk__locate_sbd.
Just like with panic_local_nonroot, the procfs function called will
return an invalid value if procfs is not supported, and pcmk__locate_sbd
is set up to handle that. There's no need for the guard.
Ref T385