• Show log

    Commit

  • Hash : 51c88c6f
    Author : Ben Boeckel
    Date : 2021-07-26T20:12:45

    configure: remove unused checks for functions
    
    Nothing uses the results from these checks, so remove the checks. There
    are some "uses" in order to suppress macro shadowing in MSVC's
    implementation of `isinf` and `isnan` as macros, but those are
    hard-coded and do not require checks to manage.