1
1
Jeff Squyres 2409fa166b get_library_version: checking string constants vs. NULL is dead code
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.
2015-08-12 05:35:12 -07:00
..
2015-06-23 20:59:57 -07:00
2015-08-10 15:54:36 -06:00
2015-06-23 20:59:57 -07:00