regex: avoid new dead-code warning with gcc-4.6.0
authorJim Meyering <meyering@redhat.com>
Mon, 7 Jun 2010 05:58:49 +0000 (07:58 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 7 Jun 2010 05:58:49 +0000 (07:58 +0200)
commit7873eb96d23bb7d369a0ac6cd5f8e811b0147bfd
tree156fa395c71548673f357fc6c3d5caa8e87c779f
parent9f737c8fda7811e7572c6c8525459a89ef27c7ef
regex: avoid new dead-code warning with gcc-4.6.0

* lib/regex_internal.c (re_string_reconstruct): #if-0-out a dead
if-block containing a while-loop.  It's been unused for at least
5 years.
ChangeLog
lib/regex_internal.c