regcomp: sync from glibc: remove dead store
[pspp] / ChangeLog
index a69a14cc6576b65c976e39963e180f1329bf79fd..79da54e1426687fdab383edbbf3fab87bdae6353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-04  Jim Meyering  <meyering@redhat.com>
 
+       regcomp: sync from glibc: remove dead store
+       * lib/regcomp.c (duplicate_node_closure): Remove useless
+       search_duplicated_node call and dead store.
+
        regcomp: sync from glibc; always use nl_langinfo
        * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
        now that gnulib provides it.  Recognize UTF8 as well as UTF-8.