[Lxml-checkins] r43421 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Wed May 16 00:18:04 CEST 2007
Author: scoder
Date: Wed May 16 00:18:03 2007
New Revision: 43421
Modified:
lxml/trunk/src/lxml/xmlerror.pxi
Log:
cleanup
Modified: lxml/trunk/src/lxml/xmlerror.pxi
==============================================================================
--- lxml/trunk/src/lxml/xmlerror.pxi (original)
+++ lxml/trunk/src/lxml/xmlerror.pxi Wed May 16 00:18:03 2007
@@ -406,10 +406,6 @@
c_error.domain = xmlerror.XML_FROM_XSLT
c_error.code = xmlerror.XML_ERR_OK # what else?
c_error.level = xmlerror.XML_ERR_ERROR # what else?
- c_error.str1 = NULL
- c_error.str2 = NULL
- c_error.str3 = NULL
- c_error.int1 = 0
c_error.int2 = 0
_forwardError(c_log_handler, &c_error)
More information about the lxml-checkins
mailing list