Skip to content
  • Carl Worth's avatar
    configure: Remove some dead code. · a32305a8
    Carl Worth authored
    This block of code is useless because a (nearly-equivalent) assignment
    is made immediately after. The only difference is the omission of
    -Wunreadchable-code in the assignment being used. Presumably, that was
    intended to be -Wunreachable-code (without the first 'd'), but since
    this hasn't been being used we just drop it.
    a32305a8