summaryrefslogtreecommitdiff
path: root/schematron.c
diff options
context:
space:
mode:
Diffstat (limited to 'schematron.c')
-rw-r--r--schematron.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/schematron.c b/schematron.c
index eb4befe..537b868 100644
--- a/schematron.c
+++ b/schematron.c
@@ -165,10 +165,8 @@ struct _xmlSchematronValidCtxt {
FILE *outputFile; /* if using XML_SCHEMATRON_OUT_FILE */
xmlBufferPtr outputBuffer; /* if using XML_SCHEMATRON_OUT_BUFFER */
-#ifdef LIBXML_OUTPUT_ENABLED
xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */
xmlOutputCloseCallback ioclose;
-#endif
void *ioctx;
/* error reporting data */