* lib/regcomp.c (duplicate_node_closure): Remove useless
search_duplicated_node call and dead store.
 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.
 
             destination.  */
          org_dest = dfa->edests[org_node].elems[0];
          re_node_set_empty (dfa->edests + clone_node);
-         clone_dest = search_duplicated_node (dfa, org_dest, constraint);
          /* If the node is root_node itself, it means the epsilon closure
             has a loop.  Then tie it to the destination of the root_node.  */
          if (org_node == root_node && clone_node != org_node)