summaryrefslogtreecommitdiffstats
path: root/contrib/xml2/xpath.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/xml2/xpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c
index a692dc6..9464193 100644
--- a/contrib/xml2/xpath.c
+++ b/contrib/xml2/xpath.c
@@ -75,7 +75,6 @@ pgxml_parser_init(PgXmlStrictness strictness)
xmlInitParser();
xmlSubstituteEntitiesDefault(1);
- xmlLoadExtDtdDefaultValue = 1;
return xmlerrcxt;
}