aboutsummaryrefslogtreecommitdiffstats
path: root/xmlregexp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2007-11-19 17:38:33 +0000
committerDaniel Veillard <veillard@src.gnome.org>2007-11-19 17:38:33 +0000
commit00fde4e4903b0fd96ec819d5db3c12464c6f64c1 (patch)
treee601786d7b62714557fe772f435e4b3b9a0b2b81 /xmlregexp.c
parent91eb560c7c6d154a8918735a4363c6f85fa6f282 (diff)
downloadandroid_external_libxml2-00fde4e4903b0fd96ec819d5db3c12464c6f64c1.tar.gz
android_external_libxml2-00fde4e4903b0fd96ec819d5db3c12464c6f64c1.tar.bz2
android_external_libxml2-00fde4e4903b0fd96ec819d5db3c12464c6f64c1.zip
remove a cut-and-paste copy error Daniel
* xmlregexp.c: remove a cut-and-paste copy error Daniel svn path=/trunk/; revision=3665
Diffstat (limited to 'xmlregexp.c')
-rw-r--r--xmlregexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlregexp.c b/xmlregexp.c
index 2bce3670..a3e16c57 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -1611,7 +1611,6 @@ xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
case, I suppose this got optimized out before when
building the automata */
copy = xmlRegCopyAtom(ctxt, atom);
- copy = xmlRegCopyAtom(ctxt, atom);
if (copy == NULL)
return(-1);
copy->quant = XML_REGEXP_QUANT_ONCE;