OSDN Git Service

configure: Remove some dead code.
authorCarl Worth <cworth@cworth.org>
Thu, 17 Jun 2010 21:08:36 +0000 (14:08 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 Jun 2010 23:13:31 +0000 (16:13 -0700)
commita32305a8bd28e19b2e97d430a9f61587b7222bd5
tree7089b8f50e3a655f2b778e231faf81de5bd952a6
parenta22426dc4c934673e8f0af5c70a67505a4de7aad
configure: Remove some dead code.

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.
configure.ac