2409fa166b
The prior code was checking string constants (which are #defines from configure) against NULL. They can never be NULL, so the checks were overly-defensive. If the preprocessor macros do not exist, we'll get a different compiler error. So remove the dead code. This fixes CID 72349.